kunklejr / node-pcap-parser

Packet capture (pcap) file parser written in pure javascript for Node.js
MIT License
85 stars 16 forks source link

small bug in pcapng.py:86 in python3 #7

Open ex0dus-cpp opened 8 years ago

ex0dus-cpp commented 8 years ago

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

JamesMGreene commented 7 years ago

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