netspaces / dpkt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpkt

Installation

pip install dpkt

Documentation

https://dpkt.readthedocs.org/

Recent News

The DPKT code base now supports both Python2 and Python3 thanks to the efforts of @kylekeppler @jonathanslenders @sunhao2014 and many more.

Given the large amount of work that went into the Python3 support there's bound to be a few wrinkles that crop up.

About

This code is based on dpkt code lead by Dug Song and is now being maintained and improved by an extended set of contributors and developers.

LICENSE

BSD 3-Clause

About

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

License:Other


Languages

Language:Python 99.9%Language:Makefile 0.1%