diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-01-26 15:38:43 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-01-26 15:38:43 +0100 |
commit | 7022d0b1c57b4b6233fc2bd89d03328a5f90208e (patch) | |
tree | 5c3103a28f96fa1c6bcb8a0429933410021b5f16 /README.md | |
parent | 80e1eedbeffc697b759bc41e4a1865a99d4e1fbd (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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: + + |