diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-05 16:00:47 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-05 16:00:47 +0100 |
commit | 17c21e1d27a90b394873a0e80e5d6992f4b985ee (patch) | |
tree | 6c6d5ce5abc2232118c495d993777eb9c899f6c7 /CHANGELOG.md | |
parent | 5fb706e9a68dcd29a7a9a510068e10556451ac07 (diff) |
Updated ToDo and added ChangeLog.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..85a45febc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# CHANGELOG + +#### nDPId 1.5 (Apr 2022) + + - Improved nDPId cross compilation + - zLib flow memory compression (Experimental!) + - Memory profiling for nDPId-test + - JSMN with parent link support for subtoken iteration + - Refactored nDPIsrvd buffer and buffer bloat handling + - Upgraded JSMN/uthash + - Improved nDPIsrvd.(h|py) debugging capability for client apps + - Advanced flow usage logging usable for memory profiling + - Support for dissection additional layer2/layer3 protocols + - Serialize more JSON information + - Add TCP/IP support for nDPIsrvd + - Improved nDPIsrvd connection lost behaviour + - Reworked Python/C distributor API + - Support read()/recv() timeouts and nonblocking I/O + + +#### nDPId 1.4 (Jun 2021) + + - Use layer4 specific flow timeouts for nDPId + - Reworked layer4 flow length names and calculations (use only layer4 payload w/o any previous headers) for nDPId + - Build system cleanup and cosmetics + + +#### nDPId 1.3 (May 2021) + + - Added missing datalink layer types + + +#### nDPId 1.2 (May 2021) + + - OpenWrt compatible build system + + +#### nDPId 1.1 (May 2021) + + - Added License information + + +#### nDPId 1.0 (May 2021) + + - First public release |