aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Mainardi <mainardi@ntop.org>2019-03-01 18:02:24 +0100
committerSimone Mainardi <mainardi@ntop.org>2019-03-01 18:02:24 +0100
commit5bb53cf9959ebb2a28968cbdfc85780437ff4aec (patch)
treee5f2b2e53e9d8e82603502dc89bcad9520e3d389
parent05ef62781fcef22793a14c0e7b16627ce8fa42c9 (diff)
Changelog update
-rw-r--r--CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 930cb4c3b..fabdd2e95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,36 @@
# CHANGELOG
+#### nDPI 2.8 (March 2019)
+
+## New Supported Protocols and Services
+
+* Added Modbus over TCP dissector
+
+## Improvements
+
+* Wireshark Lua plugin compatibility with Wireshark 3
+* Improved MDNS dissection
+* Improved HTTP response code handling
+* Full dissection of HTTP responses
+
+## Fixes
+
+* Fixed false positive mining detection
+* Fixed invalid TCP DNS dissection
+* Releasing buffers upon `realloc` failures
+* ndpiReader: Prevents references after free
+* Endianness fixes
+* Fixed IPv6 HTTP traffic dissection
+* Fixed H.323 detection
+
+## Other
+
+* Disabled ookla statistics which need to be improved
+* Support for custom protocol files of arbitrary length
+* Update radius.c to RFC2865
+
+------------------------------------------------------------------------
+
#### nDPI 2.6 (December 2018)
## New Supported Protocols and Services