nDPI/python/README
2019-11-15 19:18:30 +01:00

11 lines
312 B
Text

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