Graceful handling of PCAPNG option comment UTF-8 decoding errors (#631)

* Add graceful handling of PCAPNG option comment UTF-8 decoding errors
* Add Schwaggot (tom.ryan@posteo.de) to authors
2 files changed
tree: 8e72b51285bcd56d5ad0a67c8c8a20ae4731b1b8
  1. .github/
  2. docs/
  3. dpkt/
  4. examples/
  5. .gitignore
  6. AUTHORS
  7. LICENSE
  8. Makefile
  9. MANIFEST.in
  10. README.md
  11. setup.cfg
  12. setup.py
  13. tox.ini
README.md

dpkt

Python package Coverage Status supported-versions supported-versions

The dpkt project is a python module for fast, simple packet parsing, with definitions for the basic TCP/IP protocols.

Installation

pip install dpkt

Examples and Documentation