blob: f55139d0c19e6fbe507534c460db504d49442232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This directory contains the Python3 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
|