diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2019-11-15 19:51:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 19:51:15 +0100 |
commit | 53108c9ff15aa52db76ad271db256ff7070efcff (patch) | |
tree | efb88023d31181ceb4d781748d8880f4fc14ad64 /python/README | |
parent | 7a1940e1f70ffebae76fffb3d96a0b69a6cbfaf0 (diff) | |
parent | 82a186e096edab6443bddfc1a786962f96653f0f (diff) |
Merge pull request #811 from aouinizied/python_bindings_fix
Python bindings fix and improve
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/python/README b/python/README index 61a689a77..f55139d0c 100644 --- a/python/README +++ b/python/README @@ -1,7 +1,11 @@ -This direcgory contains the Python bindings for nDPI +This directory contains the Python3 bindings for nDPI -Usage: +Demo example: - python3 ndpi_example.py <interface> - python3 ndpi_example.py <pcap_file> -Code courtesy of Massimo Puddu +Additional example (using nfstream package): +- python3 flow_printer.py <interface> +- python3 flow_printer.py <pcap_file> + +Code courtesy of: Massimo Puddu, Zied Aouini |