fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Brian Wylie 3c8cd2f719 adding an http request example script 2016-08-22 20:53:27 -06:00
docs adding an http request example script 2016-08-22 20:53:27 -06:00
dpkt resolving merge conflicts 2016-08-21 15:29:55 -06:00
examples adding an http request example script 2016-08-22 20:53:27 -06:00
tests All classes are new style ones. Code format. 2015-03-11 18:48:11 +02:00
.coveralls.yml Add coveralls 2015-06-11 05:26:26 -04:00
.gitignore adding an ICMP example script 2016-08-22 19:11:29 -06: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 add obormot to contributors 2016-02-06 11:21:52 -08: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 zenhub is nicer/better than waffle just go here https://www.zenhub.com/ click button and the dpkt github pages will have a couple new tabs/buttons 2016-07-03 15:02:52 -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 bumping version and removing universal from bdist_wheel (we can add it back when python3 support comes online 2016-03-18 10:30:17 -06:00
setup.py Fixed typo. 2015-12-20 14:36:32 +01:00
tox.ini fix the travis coverage invokation issue 2016-08-12 09:27:48 -07: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

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