Skip to content
Snippets Groups Projects
Commit b3f819da authored by Phil's avatar Phil
Browse files

Fix missing imports(ticket #355)

parent 7528445c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ from scapy.layers.l2 import Ether ...@@ -13,6 +13,9 @@ from scapy.layers.l2 import Ether
from scapy.base_classes import Net from scapy.base_classes import Net
from scapy.volatile import RandField from scapy.volatile import RandField
from scapy.arch import get_if_raw_hwaddr
from scapy.sendrecv import srp1
dhcpmagic="c\x82Sc" dhcpmagic="c\x82Sc"
......
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