diff options
author | Simone Mainardi <mainardi@ntop.org> | 2018-04-06 17:12:47 +0200 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2018-04-06 17:12:47 +0200 |
commit | 521afe7e1f340eff5d475b4f0bc6f91ea91c0601 (patch) | |
tree | 8cd0a2c1b2518e3a60f6e989c66bc743aeaa7d61 | |
parent | c7e53724dc097d81183d502804ed0642d64e16f9 (diff) |
Adds version 2.2.2 ChangeLog
-rw-r--r-- | CHANGELOG.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 932f5c49a..6dde946ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # CHANGELOG +#### nDPI 2.2.2 (April 2018) + +## Main New Features + +* Hyperscan support +* `ndpi_get_api_version` API call to be used in applications that are dynamically linking with nDPI +* `--enable-debug-messages` to enable debug information output +* Increased number of protocols to 512 + +## New Supported Protocols and Services + +* GoogleDocs +* GoogleServices +* AmazonVideo +* ApplePush +* Diameter +* GooglePlus +* WhatsApp file exchage + +## Improvements + +* WhatsApp detection +* Amazon detection +* Improved Google Drive +* Improved Spotify support +* Improved SNI matching when using office365 +* Improved HostShield VPN + +## Fixes + +* Fixed invalid RTP/Skype detection +* Fixed possible out-of-bounds due to malformed DHCP packets +* Fixed buffer overflow in function `ndpi_debug_printf` + +------------------------------------------------------------------------ #### nDPI 2.2 (December 2017) |