blob: e9820e52824f66db6d4d595c3ddd67404125f984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|