-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I am getting the following error when I run this code:
python dpkt.py -p test.pcap
Traceback (most recent call last):
File "dpkt.py", line 1, in
import dpkt
File "/home/rudresh/Desktop/dpkt.py", line 6, in
import reader
File "/usr/local/lib/python2.7/dist-packages/reader.py", line 3
print('This is ultran00b's package - reader')
Why does it ask to import reader module even if the reader class is installed in pcap?
Metadata
Metadata
Assignees
Labels
No labels