pip install dpkt
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.
- Please submit an Issue if you find a problem
- The legacy/stable release is dpkt==1.8.8 (https://github.com/kbandla/dpkt/releases), please use this release if you have any troubles.
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.
BSD 3-Clause