Modify

Ticket #193 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years 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

comment:1 Changed 2 years ago by pbi

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [880b02d13e9e]

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


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

 
Note: See TracTickets for help on using tickets.