Changeset 931:1388b1733b83

Show
Ignore:
Timestamp:
10/01/08 18:22:45 (2 months ago)
Author:
Phil <phil@secdev.org>
Message:

Fix namespace error in traceroute 3D (ticket #137)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scapy/layers/inet.py

    r924 r931  
    853853                            savcolor = o.color 
    854854                            o.color = (1,0,0) 
    855                             a,b=sendrecv.sr(IP(dst=o.ip)/TCP(dport=[21,22,23,25,80,443]),timeout=2) 
     855                            a,b=sr(IP(dst=o.ip)/TCP(dport=[21,22,23,25,80,443]),timeout=2) 
    856856                            o.color = savcolor 
    857857                            if len(a) == 0: