fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Go to file
Kiran Bandla c33965de6d Update readme with AoE changes 2014-12-07 15:26:24 -05:00
dpkt Add initial support for ATA over Ethernet (AoE) protocol 2014-11-30 20:21:38 -05:00
examples pull from dpkt r82 2012-06-06 14:42:25 -04:00
tests pull from dpkt r82 2012-06-06 14:42:25 -04:00
AUTHORS pull from dpkt r82 2012-06-06 14:42:25 -04:00
CHANGES Pulled v1.8 from code.google 2013-09-10 16:51:22 -04:00
HACKING pull from dpkt r82 2012-06-06 14:42:25 -04:00
LICENSE pull from dpkt r82 2012-06-06 14:42:25 -04:00
MANIFEST.in Pulled v1.8 from code.google 2013-09-10 16:51:22 -04:00
Makefile pull from dpkt r82 2012-06-06 14:42:25 -04:00
README.md Update readme with AoE changes 2014-12-07 15:26:24 -05:00
setup.py pull from dpkt r82 2012-06-06 14:42:25 -04:00

README.md

dpkt

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

Deviations from upstream

At this point, this is not the exact upstream version. If you are looking for the latest stock dpkt, please get it from the above link.

Almost all of the upstream changes are pulled. However, some modules are not. Here is a list of the changes:

Examples

@jonoberheide's old examples still apply:

Jeff Silverman has some code and documentation.

LICENSE

BSD 3-Clause License, as the upstream project