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.
- Linux (tested on Debian)
- C++ compiler supporting C++11
- libpcap-dev package
- pybind11 >= 2.2 (Python only)
$ pip install disspcap
$ git clone https://github.com/danieluhricek/disspcap
$ cd disspcap
$ make
$ pip install pytest
$ pytest