summaryrefslogtreecommitdiffstats
path: root/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-08-26 14:27:43 +0300
committerDan Klein <danklei@cisco.com>2015-08-26 14:27:43 +0300
commitcdcc62972d42f009f55e6aeb2ca5c60c3acd75eb (patch)
tree5c3fef81ac01407a89740f2d9b8b01b0f3a47c7f /external_libs/python/dpkt-1.8.6.2/dpkt.egg-info
parent42053c95419042f36242b19d2416d112f7643e14 (diff)
added dpkt package, initial stateless client implementation
Diffstat (limited to 'external_libs/python/dpkt-1.8.6.2/dpkt.egg-info')
-rw-r--r--external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO82
-rw-r--r--external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/SOURCES.txt96
-rw-r--r--external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/dependency_links.txt1
-rw-r--r--external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/not-zip-safe1
-rw-r--r--external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/top_level.txt1
5 files changed, 181 insertions, 0 deletions
diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO
new file mode 100644
index 00000000..baf82a26
--- /dev/null
+++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO
@@ -0,0 +1,82 @@
+Metadata-Version: 1.1
+Name: dpkt
+Version: 1.8.6.2
+Summary: fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
+Home-page: http://dpkt.googlecode.com/
+Author: Dug Song
+Author-email: dugsong@monkey.org
+License: BSD
+Description:
+ ====
+ 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
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Natural Language :: English
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/SOURCES.txt b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/SOURCES.txt
new file mode 100644
index 00000000..8ac474c8
--- /dev/null
+++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/SOURCES.txt
@@ -0,0 +1,96 @@
+AUTHORS
+CHANGES
+LICENSE
+MANIFEST.in
+README.md
+README.rst
+setup.cfg
+setup.py
+docs/Makefile
+docs/authors.rst
+docs/badges.rst
+docs/changelog.rst
+docs/conf.py
+docs/contributing.rst
+docs/examples.rst
+docs/index.rst
+docs/installation.rst
+docs/license.rst
+docs/plans.rst
+docs/requirements.txt
+docs/api/api_auto.rst
+docs/api/index.rst
+dpkt/__init__.py
+dpkt/ah.py
+dpkt/aim.py
+dpkt/aoe.py
+dpkt/aoeata.py
+dpkt/aoecfg.py
+dpkt/arp.py
+dpkt/asn1.py
+dpkt/bgp.py
+dpkt/cdp.py
+dpkt/crc32c.py
+dpkt/decorators.py
+dpkt/dhcp.py
+dpkt/diameter.py
+dpkt/dns.py
+dpkt/dpkt.py
+dpkt/dtp.py
+dpkt/esp.py
+dpkt/ethernet.py
+dpkt/gre.py
+dpkt/gzip.py
+dpkt/h225.py
+dpkt/hsrp.py
+dpkt/http.py
+dpkt/icmp.py
+dpkt/icmp6.py
+dpkt/ieee80211.py
+dpkt/igmp.py
+dpkt/ip.py
+dpkt/ip6.py
+dpkt/ipx.py
+dpkt/llc.py
+dpkt/loopback.py
+dpkt/mrt.py
+dpkt/netbios.py
+dpkt/netflow.py
+dpkt/ntp.py
+dpkt/ospf.py
+dpkt/pcap.py
+dpkt/pim.py
+dpkt/pmap.py
+dpkt/ppp.py
+dpkt/pppoe.py
+dpkt/qq.py
+dpkt/radiotap.py
+dpkt/radius.py
+dpkt/rfb.py
+dpkt/rip.py
+dpkt/rpc.py
+dpkt/rtp.py
+dpkt/rx.py
+dpkt/sccp.py
+dpkt/sctp.py
+dpkt/sip.py
+dpkt/sll.py
+dpkt/smb.py
+dpkt/snoop.py
+dpkt/ssl.py
+dpkt/ssl_ciphersuites.py
+dpkt/stp.py
+dpkt/stun.py
+dpkt/tcp.py
+dpkt/telnet.py
+dpkt/tftp.py
+dpkt/tns.py
+dpkt/tpkt.py
+dpkt/udp.py
+dpkt/vrrp.py
+dpkt/yahoo.py
+dpkt.egg-info/PKG-INFO
+dpkt.egg-info/SOURCES.txt
+dpkt.egg-info/dependency_links.txt
+dpkt.egg-info/not-zip-safe
+dpkt.egg-info/top_level.txt \ No newline at end of file
diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/dependency_links.txt b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/dependency_links.txt
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/not-zip-safe b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/not-zip-safe
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/top_level.txt b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/top_level.txt
new file mode 100644
index 00000000..4daab81a
--- /dev/null
+++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/top_level.txt
@@ -0,0 +1 @@
+dpkt