-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
i excecuted the script, but in python 2 i got this error
Traceback (most recent call last):
File "sniffer.py", line 3, in
from networking.ethernet import Ethernet
ImportError: No module named networking.ethernet
and in python 3 i got this error
Traceback (most recent call last):
File "sniffer.py", line 93, in
main()
File "sniffer.py", line 24, in main
conn = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, s
AttributeError: module 'socket' has no attribute 'AF_PACKET'
could you give me a hand
Metadata
Metadata
Assignees
Labels
No labels