Ticket #193 (closed defect: fixed)

Opened 17 months ago

Last modified 6 months ago

missing import of Ether in scapy/supersocket.py

Reported by: reza@… Owned by: pbi
Priority: major Milestone:
Component: Scapy Version: 2.0.0.x
Keywords: Cc:

Description

Traceback (most recent call last):
  File "test.py", line 13, in <module>
    p = s_http.recv(1024)
  File "/usr/lib/python2.5/site-packages/scapy/supersocket.py", line 55, in recv
    return Ether(self.ins.recv(x)).payload
NameError: global name 'Ether' is not defined

Attachments

Change History

Changed 6 months ago by pbi

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

Fixed in [880b02d13e9e]

Add/Change #193 (missing import of Ether in scapy/supersocket.py)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.