Merged in gvaladon/scapy-fork/Issue #634 (pull request #12)

Issue #634: sendpfast fail on command line when called from python
This commit is contained in:
pbi 2013-09-03 15:47:28 +02:00
commit 8dbfbd2eb4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from data import *
import arch import arch
from config import conf from config import conf
from packet import Gen from packet import Gen
from utils import warning,get_temp_file,PcapReader from utils import warning,get_temp_file,PcapReader,wrpcap
import plist import plist
from error import log_runtime,log_interactive from error import log_runtime,log_interactive
from base_classes import SetGen from base_classes import SetGen