nDPI/python
2019-11-15 19:18:30 +01:00
..
flow_printer.py Improve python bindings. 2019-11-15 19:18:30 +01:00
Makefile.in Fixes #777 2019-09-23 18:04:55 +02:00
ndpi_bindings.py Improve python bindings. 2019-11-15 19:18:30 +01:00
ndpi_example.py Improve python bindings. 2019-11-15 19:18:30 +01:00
ndpi_wrap.c Fixes #777 2019-09-23 18:04:55 +02:00
python_extensions_guide.pdf Reworked categories handling 2019-09-29 21:46:41 +02:00
README Improve python bindings. 2019-11-15 19:18:30 +01:00

This directory contains the Python bindings for nDPI

Demo example:
- python3 ndpi_example.py <interface>
- python3 ndpi_example.py <pcap_file>

Additional example (using nfstream package):
- python3 flow_printer.py <interface>
- python3 flow_printer.py <pcap_file>

Code courtesy of: Massimo Puddu, Zied Aouini