diff options
author | 2015-08-23 17:41:23 +0300 | |
---|---|---|
committer | 2015-08-23 17:41:23 +0300 | |
commit | 49f6b00b58c3ec734218fcd69259771a42c157bd (patch) | |
tree | ab31e2286ad6d426c4b565ce0c07e6e1eff06f1c /scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst | |
parent | 405ba254de0c62ac9f4395d04f918a3749635808 (diff) |
Added dkpt package, created basic shell for packetGen usage
Diffstat (limited to 'scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst')
-rw-r--r-- | scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst b/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst new file mode 100644 index 00000000..b4e1b966 --- /dev/null +++ b/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/README.rst @@ -0,0 +1,64 @@ + +==== +dpkt +==== + +| |travis| |coveralls| |landscape| |downloads| +| |version| |wheel| |supported-versions| |supported-implementations| + +.. |travis| image:: http://img.shields.io/travis/kbandla/dpkt.svg + :alt: Travis-CI Build Status + :target: https://travis-ci.org/kbandla/dpkt + +.. |coveralls| image:: http://img.shields.io/coveralls/kbandla/dpkt.svg + :alt: Coverage Status + :target: https://coveralls.io/r/kbandla/dpkt + +.. |landscape| image:: https://landscape.io/github/kbandla/dpkt/master/landscape.svg + :target: https://landscape.io/github/kbandla/dpkt/master + :alt: Code Quality Status + +.. |version| image:: http://img.shields.io/pypi/v/dpkt.svg + :alt: PyPI Package latest release + :target: https://pypi.python.org/pypi/dpkt + +.. |downloads| image:: http://img.shields.io/pypi/dm/dpkt.svg + :alt: PyPI Package monthly downloads + :target: https://pypi.python.org/pypi/dpkt + +.. |wheel| image:: https://img.shields.io/pypi/wheel/dpkt.svg + :alt: PyPI Wheel + :target: https://pypi.python.org/pypi/dpkt + +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dpkt.svg + :alt: Supported versions + :target: https://pypi.python.org/pypi/dpkt + +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dpkt.svg + :alt: Supported implementations + :target: https://pypi.python.org/pypi/dpkt + +Installation +============ + +:: + + pip install dpkt + +Documentation +============= + +https://dpkt.readthedocs.org/ + +About +===== + +This code is based on `dpkt code <https://code.google.com/p/dpkt/>`__ lead by Dug Song and +is now being maintained and improved by an extended set of +`contributors <https://dpkt.readthedocs.org/en/latest/authors.html>`__ +and `developers <https://github.com/kbandla/dpkt/graphs/contributors>`__. + +LICENSE +------- + +BSD 3-Clause |