diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-03 15:51:30 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-03 16:07:28 +0100 |
commit | 5335d84fe51fef36c6e23110f7114090126037c6 (patch) | |
tree | bb002fd3c46590e035ce98b271b6b8117c6de342 /examples/README.md | |
parent | 32ab500eb04cce7284c7a241cea62025289f52fe (diff) |
Add DBUS suspicious flow event notification daemon.
* nDPIsrvd.h: support for closing/resetting a nDPIsrvd_socket (required for a reconnect)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 1e3463919..a1447bf34 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,6 +18,10 @@ It saves flows that were guessed/undetected/risky/midstream to a PCAP file for m A collecd-exec compatible middleware that gathers statistic values from nDPId. +## c-notifyd + +A notification daemon that sends information about suspicious flow events to DBUS. + ## c-json-stdout Tiny nDPId json dumper. Does not provide any useful funcationality besides dumping parsed JSON objects. |