Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbandla/dpkt
fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
https://github.com/kbandla/dpkt
Last synced: 25 days ago
JSON representation
fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
- Host: GitHub
- URL: https://github.com/kbandla/dpkt
- Owner: kbandla
- License: other
- Created: 2012-06-06T18:39:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T14:58:44.000Z (6 months ago)
- Last Synced: 2024-07-06T17:44:18.666Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.21 MB
- Stars: 1,079
- Watchers: 51
- Forks: 270
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-network-stuff - **675**星
- best-of-web-python - GitHub - 20% open · ⏱️ 05.05.2024): (Others)
README
# dpkt
![Python package](https://github.com/kbandla/dpkt/workflows/Python%20package/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/kbandla/dpkt/badge.svg?branch=master)](https://coveralls.io/github/kbandla/dpkt?branch=master)
[![supported-versions](https://img.shields.io/pypi/pyversions/dpkt.svg)](https://pypi.python.org/pypi/dpkt)
[![supported-versions](https://img.shields.io/pypi/implementation/dpkt.svg)](https://pypi.python.org/pypi/dpkt)The dpkt project is a python module for fast, simple packet parsing, with definitions for the basic TCP/IP protocols.
### Installation
```
pip install dpkt
```### Examples and Documentation
- [Main Docs for DPKT](https://kbandla.github.io/dpkt)