kisom / pypcapfile

Pure Python library for handling libpcap savefiles.
http://kisom.github.com/pypcapfile
ISC License
76 stars 33 forks source link

Proper endianness handling of PCAP files. #3

Closed chrwen-omicron closed 10 years ago

chrwen-omicron commented 10 years ago

I changed the endianness handling according to the "pcap-savefile" man page.

kisom commented 10 years ago

Looks good, thanks for the pull request.