Packet hacking
From Wildsong
I want to be able to write low level tools in Python
- Examine packet dumps
- Write tools to do a "man in the middle" approach to tapping into a data stream.
(For legitimate reasons!)
Some available python tools
dpkt - looks most promising today
pcaputils - seems like it's not being developed
scapy - more like an interactive tool than a toolkit