mirror of https://github.com/secdev/scapy.git
Issue #634: sendpfast fail on command line when called from python
This commit is contained in:
commit
8dbfbd2eb4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue