dpkt v2.0
22 Feb 2016 Kiran Bandla dpkt gsoc python
What is dpkt?
dpkt is a Python library that helps with “fast, simple packet creation/parsing, with definitions for the basic TCP/IP protocols”. It supports a lot of protocols (currently about 63) and has been increasingly used in a lot of network security projects. It is 44x faster than Scapy2
, and 5x faster than Impacket3
. With Scapy
no longer in development, dpkt
is the only network creation/parsing library for Python that is active.