blob: fc637836f9efbf9f43c1d2c7e6b7fb7edfbd843b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
dpkt
====
**A fast, simple packet creation/parsing python module with definitions for the basic TCP/IP protocols.**
[](https://travis-ci.org/kbandla/dpkt)
[](https://coveralls.io/r/kbandla/dpkt)
[](https://landscape.io/github/kbandla/dpkt/master)
[](https://pypi.python.org/pypi/dpkt)
[](https://pypi.python.org/pypi/dpkt)
[](https://pypi.python.org/pypi/dpkt)
[](https://pypi.python.org/pypi/dpkt)
[](https://pypi.python.org/pypi/dpkt)
[](http://waffle.io/kbandla/dpkt)
[](http://waffle.io/kbandla/dpkt)
Installation
------------
pip install dpkt
Documentation
-------------
**[dpkt.readthedocs.org](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
|