Dpkt: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
Line 10: | Line 10: | ||
Tutorial: ICMP echo: http://jon.oberheide.org/blog/2008/08/25/dpkt-tutorial-1-icmp-echo/ | Tutorial: ICMP echo: http://jon.oberheide.org/blog/2008/08/25/dpkt-tutorial-1-icmp-echo/ | ||
(It works, I tried it!) | (It works, I tried it!) | ||
There is an examples directory in the sources with 3 more packet generation examples in it. dnsping, nbtping, ping | |||
==Packet parsing== | ==Packet parsing== |
Revision as of 23:05, 26 August 2009
"fast, simple packet creation and parsing."
Home page: http://monkey.org/~dugsong/dpkt/
Not much here - wiki is empty as of 26 Aug 2009 Just a download area to get new code.
Packet creation
Tutorial: ICMP echo: http://jon.oberheide.org/blog/2008/08/25/dpkt-tutorial-1-icmp-echo/ (It works, I tried it!)
There is an examples directory in the sources with 3 more packet generation examples in it. dnsping, nbtping, ping