mirror of https://github.com/kbandla/dpkt.git
f7b9290081 | ||
---|---|---|
docs | ||
dpkt | ||
examples | ||
tests | ||
.gitignore | ||
.landscape.yml | ||
.prospector.yaml | ||
.travis.yml | ||
AUTHORS | ||
CHANGES | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |
README.md
dpkt
fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Installation
pip install dpkt
Documentation
Development
To run the all tests run:
tox
Project moved from Google Code
This project, lead by Dug Song, was originally hosted on dpkt code. It is now maintained here. The Google Code page will be closed soon.
Examples
We are currently working on improving documentation for the project.
@jonoberheide's old examples still apply:
- dpkt Tutorial #1: ICMP Echo
- dpkt Tutorial #2: Parsing a PCAP File
- dpkt Tutorial #3: dns spoofing
- dpkt Tutorial #4: AS Paths from MRT/BGP
Jeff Silverman has some code and documentation.
LICENSE
BSD 3-Clause License