Dpkt: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: fast, simple packet creation and parsing. http://monkey.org/~dugsong/dpkt/ |
Brian Wilson (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
fast, simple packet creation and parsing. | "fast, simple packet creation and parsing." | ||
http://monkey.org/~dugsong/dpkt/ | 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 | |||
==Packet parsing== | |||
Jon comes through AGAIN, AWESOME. | |||
http://jon.oberheide.org/blog/2008/10/15/dpkt-tutorial-2-parsing-a-pcap-file/ | |||
==See also== | |||
[[Packet hacking]] |
Latest revision as of 00:34, 27 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
Packet parsing
Jon comes through AGAIN, AWESOME.
http://jon.oberheide.org/blog/2008/10/15/dpkt-tutorial-2-parsing-a-pcap-file/