fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
kbandla 4f8958eb4b Fix 608
Some github pages were not rendered properly. This was happening because github
will not render files with reserved names. Solution is to add them to the config.

A PR is useless because the commit needs to be on the master branch to work. Hence
the direct push.
2024-05-05 12:48:10 -04:00
.github Update python-package.yml (#652) 2023-01-25 15:46:02 -08:00
docs Fix 608 2024-05-05 12:48:10 -04:00
dpkt First RTCP implementation (RFC3550 and RFC3611) (#650) 2023-01-27 08:44:52 -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