Ticket #137 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Cannot use Control+button1 in 3D mode

Reported by: nico@chdir.org Assigned to: pbi
Priority: major Milestone:
Component: Scapy Version: 2.0.0.x
Keywords: Cc:

Description

Since scapy 2.0, I can't scan a node anymore in 3D mode because of an import issue.

Here's the patch :

 diff -r 206506ed34db scapy/layers/inet.py
 --- a/scapy/layers/inet.py	Sat Sep 13 13:48:21 2008 +0200
 +++ b/scapy/layers/inet.py	Wed Sep 17 17:13:13 2008 +0200
 @@ -852,7 +852,7 @@
                                  continue
                              savcolor = o.color
                              o.color = (1,0,0)
 -                            a,b=sendrecv.sr(IP(dst=o.ip)/TCP(dport= [21,22,23,25,80,443]),timeout=2)
 +                            a,b=scapy.sendrecv.sr(IP(dst=o.ip)/TCP(dport= [21,22,23,25,80,443]),timeout=2)
                              o.color = savcolor
                              if len(a) == 0:
                                  txt = "%s:\nno results" % o.ip

Attachments

Change History

10/01/08 18:23:16 changed by pbi

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1388b1733b83].


Add/Change #137 (Cannot use Control+button1 in 3D mode)




Change Properties
Action