From 64929a75e0a7a60d864bd25a9fd97fdf9ac892a2 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 19 Oct 2020 16:18:25 +0200 Subject: 3.4 nDPI Release --- CHANGELOG.md | 7 +++++-- autogen.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802982aff..fd88d1c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ * SMBv1 * WebSocket * TLS: added ESNI support +* SOAP +* DNScrypt ## Improvements * Python CFFI bindings @@ -25,8 +27,8 @@ * CiscoVPN * H323 * MDNS -* SOAP * MySQL 8 +* IEC 60870-5-104 * DoH/DoT dissection improvements * Office365 renamed to Microsoft365 * Major protocol dissection improvement in particular with unknwon traffic @@ -50,7 +52,8 @@ ## MISC * Created demo app for nDPI newcomers - +* Removed obsolete pplive and pando protocols + #### nDPI 3.2 (February 2020) ## New Features diff --git a/autogen.sh b/autogen.sh index 870a08011..df734ce92 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="3" -NDPI_MINOR="3" +NDPI_MINOR="4" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" -- cgit v1.2.3