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: 3 months ago
JSON representation

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols

Lists

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)