Skip to content
Snippets Groups Projects
Commit d76d4bc0 authored by phil's avatar phil
Browse files

Add missing import socket for TCP*Pipe

parent 80812833
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment