nDPI/python
Luca Deri f2a5bbef17 Reworked categories handling
Removed GenericProtocol and replaced with categories
Removed ndpi_pref_enable_category_substring_match option: substring matching is now default
2019-09-29 21:46:41 +02:00
..
Makefile.in Fixes #777 2019-09-23 18:04:55 +02:00
ndpi_example.py Fixes #777 2019-09-23 18:04:55 +02:00
ndpi_typestruct.py Fixes #777 2019-09-23 18:04:55 +02: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 Added python bindings for nDPI 2019-09-15 22:32:18 +02:00

This direcgory contains the Python bindings for nDPI

Usage:
- python3 ndpi_example.py <interface>
- python3 ndpi_example.py <pcap_file>

Code courtesy of Massimo Puddu