Make a more dpkt friendly ssl.TLS class
1 file changed
tree: 14232270fdde65fd3554ad6ab739f4c413600993
  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 downloads

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