diff options
author | Ravi Kerur <ravi.kerur@viasat.com> | 2019-09-16 13:56:17 -0700 |
---|---|---|
committer | Ravi Kerur <ravi.kerur@viasat.com> | 2019-09-16 13:56:17 -0700 |
commit | ce79626679f5ac1a173bccbf4385791cfba956e3 (patch) | |
tree | a97437edda25963d9e96afff77d5cc8f1a7f421a /python/README | |
parent | 23780a655d8e16842f3a16946e2a12defde83f2c (diff) | |
parent | 8f4e8d8254d79404e9b9490f9ab9bb5296194d68 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into ndpi_icmp
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/README b/python/README new file mode 100644 index 000000000..61a689a77 --- /dev/null +++ b/python/README @@ -0,0 +1,7 @@ +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 |