summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-11-20 22:59:11 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-11-20 23:39:47 +0100
commit3416db11dc3ff5b6c259f25d955e283d1d6e4b40 (patch)
tree3eaa6fe9a2a85d108c1389539e95789078a1bdf2 /CHANGELOG.md
parent830174c7b52181705dca44cd2fae4a8baa5f6111 (diff)
Updated ReadMe's, ToDo's and ChangeLog.1.6
* 1.6-release Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85a45febc..c2d2fb187 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# CHANGELOG
+#### nDPId 1.6 (Nov 2023)
+
+ - Added Event I/O abstraction layer (supporting only poll/epoll by now)
+ - Support for OSX and *BSD systems
+ - Added proper DLT_RAW dissection for IPv4 and IPv6
+ - Improved TCP timeout handling if FIN/RST seen which caused Midstream TCP flows when there shouldn't be any
+ - Fixed a crash if `nDPId -o value=''` was used
+ - Added OpenWrt packaging
+ - Added new flow event "analyse" used to give some statistical information about active flows
+ - Added new analyse event daemon which generates CSV files from such events
+ - Fixed a crash in nDPIsrvd if a collector closes a connection
+ - Support `nDPId` to send it's data to a UDP endpoint instead of a nDPIsrvd collector
+ - Added events and flow states documentation
+ - Added basic systemd support
+ - Fixed a bug in base64 encoding which could lead to invalid base64 strings
+ - Added some machine learning examples
+ - Fixed various smaller bugs
+ - Fixed nDPIsrvd bug which causes invalid JSON strings sent to Distributors
+
#### nDPId 1.5 (Apr 2022)
- Improved nDPId cross compilation