shorten Readme and point to the github.io docs
1 file changed
tree: b9f4693d424e98522efc4f10cf3b58d5c780391b
  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