fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Brian Wylie 25214fa12e adding license to setup 2015-01-02 12:58:26 -07:00
dpkt adding RST support for PyPI 2015-01-02 11:34:03 -07:00
examples pull from dpkt r82 2012-06-06 14:42:25 -04:00
tests pull from dpkt r82 2012-06-06 14:42:25 -04:00
.gitignore fix old merge conflict 2014-12-29 21:53:46 -07:00
.landscape.yml changing landscape to 'verylow' 2014-12-29 22:02:15 -07:00
.travis.yml still dorking with tox and travis 2014-12-29 14:22:56 -07: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 fixing merge 2014-12-29 15:31:58 -07:00
Makefile initial work on setup/tox 2014-12-18 08:48:20 -07:00
README.md fix buttons in markdown 2015-01-02 11:41:43 -07:00
README.rst adding RST support for PyPI 2015-01-02 11:34:03 -07:00
setup.cfg cleaning up setup.cfg; adding classifiers to setup.py 2014-12-30 14:41:56 -07:00
setup.py adding license to setup 2015-01-02 12:58:26 -07:00
tox.ini fixing configuration; bumping version 2014-12-29 15:01:20 -07:00

README.md

dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols

docs travis coveralls landscape version

downloads wheel supported-versions supported-implementations

Installation

pip install dpkt

Documentation

https://dpkt.readthedocs.org/

Development

To run the all tests run:

tox

Deviations from upstream

This code is based on dpkt code lead by Dug Song.

At this point, this is not the exact upstream version. If you are looking for the latest stock dpkt, please get it from the above link.

Almost all of the upstream changes are pulled. However, some modules are not. Here is a list of the changes:

Examples

@jonoberheide's old examples still apply:

Jeff Silverman has some code and documentation.

LICENSE

BSD 3-Clause License, as the upstream project