# 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)