https://github.com/chrisrx/cpkt
an easy to read (and extend) low-level packet parsing/crafting library
https://github.com/chrisrx/cpkt
Last synced: 3 months ago
JSON representation
an easy to read (and extend) low-level packet parsing/crafting library
- Host: GitHub
- URL: https://github.com/chrisrx/cpkt
- Owner: ChrisRx
- License: bsd-2-clause
- Created: 2014-10-09T12:28:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T13:51:04.000Z (over 10 years ago)
- Last Synced: 2025-01-21T13:11:16.363Z (5 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cpkt
====An easy to read (and extend) low-level packet parsing/crafting library. Inspired heavliy by the wonderful dpkt, however, with the goal of creating something more readable (even at the cost of speed). The thought is that using python for parsing packets is already too heavy a task for an serious packet based need, but sometimes flexibility is desired when investigating and troubleshooting pcaps.