Closed gtbaby closed 4 years ago
Run into the same problem can you tell me how you fixed it?
Run into the same problem can you tell me how you fixed it?
I did not fix it. It runs normally in python2. So, you know....
Let's reopen it then
try this: f = open('test.pcap','rb')
It will run :)
Need to open files explicitly in byte mode under py3 for both pcap.Reader and pcap.Writer to work correctly
python version: 3.5.3 when I used
to read the pcap file, some errors appeared like this: