• Stars
    star
    1,085
  • Rank 42,344 (Top 0.9 %)
  • Language
    Python
  • License
    Other
  • Created over 12 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories