Announcing the Packet Debugger
Published February 8th, 2007 in GeneralIn order to facilitate the debugging of networking code I have used my library, Packet Construction Set aka PCS to write a program I call the Packet Debugger (pdb). All of this is written in Python and available under a BSD license. The blurb from the pdb web page gives you the best idea of what I’m doing:
“The Packet Debugger (pdb) is a program which allows people 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 capture.” – pdb web page
There is a twelve page manual on the web page that describes how to use the debugger as well.
No Responses to “Announcing the Packet Debugger”
Please Wait
Leave a Reply
You must log in to post a comment.