dpkt/README.md

20 lines
717 B
Markdown
Raw Normal View History

2021-08-12 19:43:59 +00:00
# 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)
2021-08-12 22:08:34 +00:00
2021-08-12 19:43:59 +00:00