aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authorRavi Kerur <ravi.kerur@viasat.com>2019-09-16 13:56:17 -0700
committerRavi Kerur <ravi.kerur@viasat.com>2019-09-16 13:56:17 -0700
commitce79626679f5ac1a173bccbf4385791cfba956e3 (patch)
treea97437edda25963d9e96afff77d5cc8f1a7f421a /python/README
parent23780a655d8e16842f3a16946e2a12defde83f2c (diff)
parent8f4e8d8254d79404e9b9490f9ab9bb5296194d68 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into ndpi_icmp
Diffstat (limited to 'python/README')
-rw-r--r--python/README7
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