Packet Debugger presents a debugger-like UI for pcap packet capture files.
The Packet Debugger (pdb) allows users to work with packet streams as if they were working with a source code debugger.
Users can list, inspect, modify, and retransmit any packet from captured files, as well as work with live packet captures.
Requirements:
· PCS (Packet Construction Set)
· Python
· pdflatex
· BSD version of make(1)
Installing
# python setup.py install
Test the installation
# cd tests/
# pdb.py -f test.out
Build the documentation
# cd docs/
# bsdmake all
you will see PDF versions of the docs.
Product's homepage