Ticket #193 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.