Clone this repo:
  1. 440447a First RTCP implementation (RFC3550 and RFC3611) (#650) by pajarom · 4 months ago master
  2. aa15f54 Update python-package.yml (#652) by Oscar · 4 months ago
  3. 97ea45b (refactor) use generator expressions instead of lists (#646) by Oscar · 7 months ago
  4. 54d0b38 Test for and fix implicit usage of native sized structs (#645) by Jan-Niklas Burfeind · 7 months ago
  5. 2d30526 Fix tls records unpacking (#640) by Oscar · 8 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