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.
- Host: GitHub
- URL: https://github.com/danielpoliakov/disspcap
- Owner: danielpoliakov
- License: mit
- Created: 2018-11-26T00:20:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T17:01:20.000Z (almost 3 years ago)
- Last Synced: 2026-01-14T11:37:15.191Z (3 months ago)
- Topics: cpp, networking, pcap, python
- Language: C++
- Homepage:
- Size: 398 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
****
``_