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

Fixed missing imports in dhcp.py (ticket #148)

parent c8975f99
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ import struct
from scapy.packet import *
from scapy.fields import *
from scapy.ansmachine import *
from scapy.layers.inet import UDP
from scapy.layers.inet import UDP,IP
from scapy.layers.l2 import Ether
from scapy.base_classes import Net
from scapy.volatile import RandField
......
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