Added missing contrib/dtp.py imports (ticket #651) default tip
authorPhil <phil@secdev.org>
Mon Oct 10 09:16:08 2011 +0200 (7 months ago)
changeset 12979edd588497a1
parent 1296 dfb71d7c97c6
Added missing contrib/dtp.py imports (ticket #651)
scapy/contrib/dtp.py
     1.1 --- a/scapy/contrib/dtp.py	Mon Oct 10 08:57:04 2011 +0200
     1.2 +++ b/scapy/contrib/dtp.py	Mon Oct 10 09:16:08 2011 +0200
     1.3 @@ -18,7 +18,8 @@
     1.4  
     1.5  from scapy.packet import *
     1.6  from scapy.fields import *
     1.7 -from scapy.layers.l2 import SNAP
     1.8 +from scapy.layers.l2 import SNAP,Dot3,LLC
     1.9 +from scapy.sendrecv import sendp
    1.10  
    1.11  class DtpGenericTlv(Packet):
    1.12      name = "DTP Generic TLV"