mirror of https://github.com/secdev/scapy.git
Add missing import socket for TCP*Pipe
This commit is contained in:
parent
808128333e
commit
d76d4bc098
|
@ -3,6 +3,7 @@
|
|||
## Copyright (C) Philippe Biondi <phil@secdev.org>
|
||||
## This program is published under a GPLv2 license
|
||||
|
||||
import socket
|
||||
from scapy.pipetool import Source,Drain,Sink
|
||||
from scapy.config import conf
|
||||
from scapy.utils import PcapReader, PcapWriter
|
||||
|
|
Loading…
Reference in New Issue