Fix 608

Some github pages were not rendered properly. This was happening because github
will not render files with reserved names. Solution is to add them to the config.

A PR is useless because the commit needs to be on the master branch to work. Hence
the direct push.
1 file changed
tree: 1f9bb55a19ebbe41b080181811653407b752bfc6
  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