Skip to content
Snippets Groups Projects
Commit 8cebb823 authored by Romain CARRE's avatar Romain CARRE
Browse files

add missing import

--HG--
branch : cyb912/add-missing-import-1401108242304
parent 52c65e1d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import socket,struct ...@@ -12,7 +12,7 @@ import socket,struct
from scapy.packet import * from scapy.packet import *
from scapy.fields import * from scapy.fields import *
from scapy.ansmachine import * from scapy.ansmachine import *
from scapy.layers.inet import UDP from scapy.layers.inet import IP, UDP
class DNSStrField(StrField): class DNSStrField(StrField):
......
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