diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-22 01:21:20 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-12-03 01:21:20 +0100 |
commit | 60741d5649ea08bf62c6e895515dc2625925fea0 (patch) | |
tree | 4064bca9f71656a15e65647fb93bc67c1e4e3638 /README.md | |
parent | 8b81b170d3b5406e3203e5bd23026d828fd1fa36 (diff) |
Strace support for diff tests.
* tiny README update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,8 @@ # Disclaimer -Please protect the privacy of others. +Please respect&protect the privacy of others. + The purpose of this software is not to spy on others, but to detect network anomalies and malicious traffic. # Abstract @@ -46,7 +47,7 @@ where: * `nDPIsrvd`: * create and manage an "incoming" UNIX-socket (ref [1] above), to fetch data from a local `nDPId`; - * apply a filtering logic to received data to select "flow_event_id" related JSONs; + * apply a buffering logic to received data; * create and manage an "outgoing" UNIX or TCP socket (ref [2] above) to relay matched events to connected clients |