node-pcap-parser icon indicating copy to clipboard operation
node-pcap-parser copied to clipboard

small bug in pcapng.py:86 in python3

Open ex0dus-cpp opened this issue 9 years ago • 1 comments

if_tsresol = ord(option[4]) This line will cause an error because the option [4] = 6 instead of '\x06' in python2

ex0dus-cpp avatar Apr 29 '16 18:04 ex0dus-cpp

This is a Node.js module/library, so I'd say you filed this issue in the wrong repository. No Python here.

JamesMGreene avatar Feb 08 '17 16:02 JamesMGreene