diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-13 16:47:03 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-10-13 16:47:03 +0200 |
commit | 80f84488340d681211ecd34c60a974c7500f9ee5 (patch) | |
tree | f55f3848fa5f23f85f370c5ea44b33b35baf32fe | |
parent | 9bf4f3141894efff970be9b9ae93c23db821b4fb (diff) |
Removed discontinued examples from the ReadMe.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | examples/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/README.md b/examples/README.md index 40e8695d1..9a1d368e0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,11 +25,6 @@ Tiny nDPId json dumper. Does not provide any useful funcationality besides dumpi Very tiny integration example. -## ~~go-dashboard~~ (DISCONTINUED!) - -A discontinued tty UI nDPId dashboard. -Removed with commit 29c72fb30bb7d5614c0a8ebb73bee2ac7eca6608. - ## js-rt-analyzer [nDPId-rt-analyzer](https://gitlab.com/verzulli/ndpid-rt-analyzer.git) @@ -58,18 +53,10 @@ Probably the most informative example. Simple Python Multiprocess example spawning two worker processes, one connecting to nDPIsrvd and one printing flow id's to STDOUT. -## py-flow-undetected-to-pcap - -Captures and saves undetected flows to a PCAP file. - ## py-json-stdout Dump received and parsed JSON strings. -## py-risky-flow-to-pcap - -Captures and saves risky flows to a PCAP file. - ## py-schema-validation Validate nDPId JSON strings against pre-defined JSON schema's. |