tree: 538a0d9b53087b23fafd3f44a3556c2665d38923 [path history] [tgz]
  1. .github/
  2. docs/
  3. dpkt/
  4. examples/
  5. .gitignore
  6. AUTHORS
  7. CHANGES
  8. LICENSE
  9. Makefile
  10. MANIFEST.in
  11. README.md
  12. setup.cfg
  13. setup.py
  14. 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