node-pcap-parser
node-pcap-parser copied to clipboard
small bug in pcapng.py:86 in python3
if_tsresol = ord(option[4]) This line will cause an error because the option [4] = 6 instead of '\x06' in python2
This is a Node.js module/library, so I'd say you filed this issue in the wrong repository. No Python here.