dpkt/docs/examples.rst

35 lines
1010 B
ReStructuredText
Raw Normal View History

2015-05-19 00:46:14 +00:00
Examples
========
2015-05-21 01:40:16 +00:00
Examples in dpkt/examples
-------------------------
2016-08-23 01:11:29 +00:00
.. toctree::
:maxdepth: 2
2015-05-21 01:40:16 +00:00
2016-08-23 01:11:29 +00:00
print_packets
print_icmp
2016-08-23 02:53:27 +00:00
print_http_requests
2015-05-21 01:40:16 +00:00
Jon Oberheide's Examples
-------------------------
[@jonoberheide's](https://twitter.com/jonoberheide) old examples still
apply:
- `dpkt Tutorial #1: ICMP
Echo <https://jon.oberheide.org/blog/2008/08/25/dpkt-tutorial-1-icmp-echo/>`__
- `dpkt Tutorial #2: Parsing a PCAP
File <https://jon.oberheide.org/blog/2008/10/15/dpkt-tutorial-2-parsing-a-pcap-file/>`__
- `dpkt Tutorial #3: dns
spoofing <https://jon.oberheide.org/blog/2008/12/20/dpkt-tutorial-3-dns-spoofing/>`__
- `dpkt Tutorial #4: AS Paths from
MRT/BGP <https://jon.oberheide.org/blog/2009/03/25/dpkt-tutorial-4-as-paths-from-mrt-bgp/>`__
Jeff Silverman Docs/Code
2015-05-19 00:46:14 +00:00
------------------------
`Jeff Silverman <https://github.com/jeffsilverm>`__ has some
`code <https://github.com/jeffsilverm/dpkt_doc>`__ and
`documentation <http://www.commercialventvac.com/dpkt.html>`__.