summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/external_libs/dpkt-1.8.6/dpkt.egg-info')
-rw-r--r--scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/PKG-INFO122
-rw-r--r--scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/SOURCES.txt80
-rw-r--r--scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/dependency_links.txt1
-rw-r--r--scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/not-zip-safe1
-rw-r--r--scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/top_level.txt1
5 files changed, 0 insertions, 205 deletions
diff --git a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/PKG-INFO b/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/PKG-INFO
deleted file mode 100644
index e82397e7..00000000
--- a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/PKG-INFO
+++ /dev/null
@@ -1,122 +0,0 @@
-Metadata-Version: 1.1
-Name: dpkt
-Version: 1.8.6
-Summary: fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
-Home-page: http://dpkt.googlecode.com/
-Author: Dug Song <dugsong@monkey.org>
-Author-email: UNKNOWN
-License: BSD
-Description:
- ====
- dpkt
- ====
-
- | |docs| |travis| |coveralls| |landscape| |version|
- | |downloads| |wheel| |supported-versions| |supported-implementations|
-
- .. |docs| image:: https://readthedocs.org/projects/dpkt/badge/?style=flat
- :target: https://readthedocs.org/projects/dpkt
- :alt: Documentation Status
-
- .. |travis| image:: http://img.shields.io/travis/kbandla/dpkt/master.png?style=flat
- :alt: Travis-CI Build Status
- :target: https://travis-ci.org/kbandla/dpkt
-
- .. |coveralls| image:: http://img.shields.io/coveralls/kbandla/dpkt/master.png?style=flat
- :alt: Coverage Status
- :target: https://coveralls.io/r/kbandla/dpkt
-
- .. |landscape| image:: https://landscape.io/github/kbandla/dpkt/master/landscape.svg?style=flat
- :target: https://landscape.io/github/kbandla/dpkt/master
- :alt: Code Quality Status
-
- .. |version| image:: http://img.shields.io/pypi/v/dpkt.png?style=flat
- :alt: PyPI Package latest release
- :target: https://pypi.python.org/pypi/dpkt
-
- .. |downloads| image:: http://img.shields.io/pypi/dm/dpkt.png?style=flat
- :alt: PyPI Package monthly downloads
- :target: https://pypi.python.org/pypi/dpkt
-
- .. |wheel| image:: https://pypip.in/wheel/dpkt/badge.png?style=flat
- :alt: PyPI Wheel
- :target: https://pypi.python.org/pypi/dpkt
-
- .. |supported-versions| image:: https://pypip.in/py_versions/dpkt/badge.png?style=flat
- :alt: Supported versions
- :target: https://pypi.python.org/pypi/dpkt
-
- .. |supported-implementations| image:: https://pypip.in/implementation/dpkt/badge.png?style=flat
- :alt: Supported implementations
- :target: https://pypi.python.org/pypi/dpkt
-
- Installation
- ============
-
- ::
-
- pip install dpkt
-
- Documentation
- =============
-
- https://dpkt.readthedocs.org/
-
- Development
- ===========
-
- To run the all tests run::
-
- tox
-
-
- Deviations from upstream
- ~~~~~~~~~~~~~~~~~~~~~~~~
-
- This code is based on `dpkt code <https://code.google.com/p/dpkt/>`__ lead by Dug Song.
-
- At this point, this is not the exact `upstream
- version <https://code.google.com/p/dpkt/>`__. If you are looking for the
- latest stock dpkt, please get it from the above link.
-
- Almost all of the upstream changes are pulled. However, some modules are
- not. Here is a list of the changes:
-
- - `dpkt/dpkt.py <https://github.com/kbandla/dpkt/commit/336fe02b0e2f00b382d91cd42558a69eec16d6c7>`__:
- decouple dnet from dpkt
- - `dpkt/dns.py <https://github.com/kbandla/dpkt/commit/2bf3cde213144391fd90488d12f9ccce51b5fbca>`__
- : parse some more DNS flags
-
- 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 <https://github.com/jeffsilverm>`__ has some
- `code <https://github.com/jeffsilverm/dpkt_doc>`__ and
- `documentation <http://www.commercialventvac.com/dpkt.html>`__.
-
- LICENSE
- -------
-
- BSD 3-Clause License, as the upstream project
-
-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/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/SOURCES.txt b/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/SOURCES.txt
deleted file mode 100644
index c2521e2a..00000000
--- a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,80 +0,0 @@
-AUTHORS
-CHANGES
-LICENSE
-MANIFEST.in
-README.rst
-setup.cfg
-setup.py
-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/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/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/dependency_links.txt b/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/dependency_links.txt
deleted file mode 100644
index 8b137891..00000000
--- a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/not-zip-safe b/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/not-zip-safe
deleted file mode 100644
index 8b137891..00000000
--- a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/top_level.txt b/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/top_level.txt
deleted file mode 100644
index 4daab81a..00000000
--- a/scripts/external_libs/dpkt-1.8.6/dpkt.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-dpkt