Add missing import socket for TCP*Pipe

This commit is contained in:
phil 2017-03-17 16:30:38 +01:00
parent 808128333e
commit d76d4bc098
1 changed files with 1 additions and 0 deletions

View File

@ -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