fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Oscar aa15f54a34
Update python-package.yml (#652)
fix for #651 (temporary?)
2023-01-25 15:46:02 -08:00
.github Update python-package.yml (#652) 2023-01-25 15:46:02 -08:00
docs docs(examples): make example code python3-compatible (#638) 2022-08-30 12:16:21 -07:00
dpkt (refactor) use generator expressions instead of lists (#646) 2022-11-12 10:24:31 -08:00
examples Fix typos (#620) 2022-01-04 10:51:01 -08:00
.gitignore BGP: add support for MPReachNLRI next hop list and IP6 (#487) 2020-07-28 14:53:43 -07:00
AUTHORS Proto bit fields (#591) 2021-08-09 09:55:27 -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 adding a few more items to 'make clean' 2020-12-30 10:08:59 -07:00
README.md shorten Readme and point to the github.io docs 2021-08-12 16:17:05 -06:00
setup.cfg fix alias for pypi release 2017-03-23 15:48:25 -06:00
setup.py set readme.md content type 2021-08-13 15:41:53 -06:00
tox.ini restoring tox.ini for code coverage 2021-08-15 10:26:38 -06:00

README.md

dpkt

Python package Coverage Status supported-versions supported-versions

The dpkt project is a python module for fast, simple packet parsing, with definitions for the basic TCP/IP protocols.

Installation

pip install dpkt

Examples and Documentation