Merge pull request #355 from kbandla/py3_example_fix

Py3 example fix
tree: 41bf9a7afa042232aa6c8cc2ecf981a24b028eb8
  1. docs/
  2. dpkt/
  3. examples/
  4. .coveralls.yml
  5. .gitignore
  6. .landscape.yml
  7. .prospector.yaml
  8. .travis.yml
  9. AUTHORS
  10. CHANGES
  11. LICENSE
  12. Makefile
  13. MANIFEST.in
  14. README.md
  15. README.rst
  16. setup.cfg
  17. setup.py
  18. tox.ini
README.md

dpkt

A fast, simple packet creation/parsing python module with definitions for the basic TCP/IP protocols.

travis coveralls landscape version

wheel supported-versions supported-implementations

Installation

pip install dpkt

Documentation

dpkt.readthedocs.org

About

This is based on dpkt (Google Code) lead by Dug Song and is now being maintained and improved by an extended set of contributors and developers.

LICENSE

BSD 3-Clause