mirror of https://github.com/kbandla/dpkt.git
45 lines
509 B
ReStructuredText
45 lines
509 B
ReStructuredText
|
====
|
||
|
dpkt
|
||
|
====
|
||
|
dpkt is a python module for fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
|
||
|
|
||
|
.. include:: badges.rst
|
||
|
|
||
|
User's guide
|
||
|
============
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
installation
|
||
|
quickstart
|
||
|
|
||
|
Examples
|
||
|
========
|
||
|
.. include:: examples.rst
|
||
|
|
||
|
API reference
|
||
|
=============
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
api/index
|
||
|
|
||
|
|
||
|
About
|
||
|
=====
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
authors
|
||
|
changelog
|
||
|
plans
|
||
|
contributing
|
||
|
|
||
|
License
|
||
|
=======
|
||
|
.. include:: license.rst
|
||
|
|