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

Merged in cyb912/add-missing-import-1401108242304 (pull request #1)

add missing import
parents 52c65e1d 8cebb823
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import socket,struct
from scapy.packet import *
from scapy.fields import *
from scapy.ansmachine import *
from scapy.layers.inet import UDP
from scapy.layers.inet import IP, UDP
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