fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Dustin Rodrigues 175ba6551c add pim tests 2017-03-19 15:13:29 -04:00
docs make the docs match the example script code 2016-09-02 09:43:53 -06:00
dpkt add pim tests 2017-03-19 15:13:29 -04:00
examples switching examples from ord to compat ord; adding a test_release alias for using test pypi 2017-01-08 17:27:55 -07: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 trying some travis options 2017-01-03 15:05:06 -07:00
AUTHORS adding Hao Sun to author list 2017-01-03 14:36:43 -07:00
CHANGES set the version to 1.9.0 2017-01-03 15:48:43 -07: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 removing pypi download badge 2017-03-16 16:27:47 -06:00
README.rst removing pypi download badge 2017-03-16 16:27:47 -06:00
setup.cfg switching examples from ord to compat ord; adding a test_release alias for using test pypi 2017-01-08 17:27:55 -07:00
setup.py just small cleanup on setup.py/cfg 2016-12-18 17:05:42 -07:00
tox.ini merging jonathanslenders:python3-compatibility, kbandla:migrate_py3 and kbandla:master 2016-10-26 09:27:12 -04:00

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