An open API service indexing awesome lists of open source software.

https://github.com/danielpoliakov/disspcap

C++ library for packet examination with Python bindings.
https://github.com/danielpoliakov/disspcap

cpp networking pcap python

Last synced: about 2 months ago
JSON representation

C++ library for packet examination with Python bindings.

Awesome Lists containing this project

README

          

====================================
Disspcap - pcap dissector
====================================

`Disspcap `_ is a minimalist library for packet examination implemented in C++ and with available binding to Python.
Attempting to be *simple* and *fast*. Disspcap provides simple alternative to robust
pcap-related libraries and frameworks.

Depedencies
***********

* Linux (tested on Debian)
* C++ compiler supporting C++11
* libpcap-dev package
* pybind11 >= 2.2 (Python only)

Python package
**************

.. code:: bash

$ pip install disspcap

C++ shared library
******************

.. code:: bash

$ git clone https://github.com/danieluhricek/disspcap
$ cd disspcap
$ make

Running tests
*************

.. code:: bash

$ pip install pytest
$ pytest

Docs
****

``_