Clone this repo:
  1. 4f8958e Fix 608 by kbandla · 8 days ago master
  2. 440447a First RTCP implementation (RFC3550 and RFC3611) (#650) by pajarom · 1 year, 4 months ago
  3. aa15f54 Update python-package.yml (#652) by Oscar · 1 year, 4 months ago
  4. 97ea45b (refactor) use generator expressions instead of lists (#646) by Oscar · 1 year, 6 months ago
  5. 54d0b38 Test for and fix implicit usage of native sized structs (#645) by Jan-Niklas Burfeind · 1 year, 6 months ago

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