aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-01-26 15:38:43 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-01-26 15:38:43 +0100
commit7022d0b1c57b4b6233fc2bd89d03328a5f90208e (patch)
tree5c3103a28f96fa1c6bcb8a0429933410021b5f16 /README.md
parent80e1eedbeffc697b759bc41e4a1865a99d4e1fbd (diff)
nDPIsrvd: Fixed memory leak caused be not clearing buffer cache after a client disconnected.
* README.md: Fixed a typ0 and added a meh image from examples/py-flow-dashboard/flow-dash.py Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8814d683d..4977ee38c 100644
--- a/README.md
+++ b/README.md
@@ -155,5 +155,9 @@ e.g.:
`./test/run_tests.sh [${HOME}/git/nDPI] [${HOME}/git/nDPId/build/nDPId-test]`
Remember that all test results are tied to a specific libnDPI commit hash
-as part of the `git submodule`. Using `test/run_tests.s` for other commit hashes
+as part of the `git submodule`. Using `test/run_tests.sh` for other commit hashes
will most likely result in PCAP diff's.
+
+Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output:
+
+![dashboard](examples/py-flow-dashboard/dashboard.png "Plotly/Dash Example")