fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Brian Wylie 225f84b4ce refactor readme(md/rst) to be shorter, also additional badges fixes 2015-06-11 10:28:48 -06:00
docs fix pypi_badges (using shields.io for badge server) 2015-06-09 12:42:15 -06:00
dpkt refactor readme(md/rst) to be shorter, also additional badges fixes 2015-06-11 10:28:48 -06:00
examples Better testing for 'duration decorator' + code format 2015-05-27 21:35:08 +03:00
tests All classes are new style ones. Code format. 2015-03-11 18:48:11 +02:00
.gitignore fix old merge conflict 2014-12-29 21:53:46 -07:00
.landscape.yml Disable PEP8 - E704 2015-03-27 12:17:31 -04:00
.prospector.yaml testing out the disabling of no-member pylint errors 2015-01-16 07:53:10 -07:00
.travis.yml Revert "trying 2.5.. probably won't work" 2015-06-04 15:33:20 -06:00
AUTHORS pull from dpkt r82 2012-06-06 14:42:25 -04:00
CHANGES Pulled v1.8 from code.google 2013-09-10 16:51:22 -04:00
LICENSE pull from dpkt r82 2012-06-06 14:42:25 -04:00
MANIFEST.in adding initial docs framing for readthedocs 2015-05-18 17:17:57 -06:00
Makefile initial work on setup/tox 2014-12-18 08:48:20 -07:00
README.md refactor readme(md/rst) to be shorter, also additional badges fixes 2015-06-11 10:28:48 -06:00
README.rst refactor readme(md/rst) to be shorter, also additional badges fixes 2015-06-11 10:28:48 -06:00
setup.cfg cleaning up setup.cfg; adding classifiers to setup.py 2014-12-30 14:41:56 -07:00
setup.py refactor readme(md/rst) to be shorter, also additional badges fixes 2015-06-11 10:28:48 -06:00
tox.ini Revert "trying 2.5.. probably won't work" 2015-06-04 15:33:20 -06:00

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 On Deck In Progress

Installation

pip install dpkt

Documentation

dpkt.readthedocs.org

About

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

LICENSE

BSD 3-Clause