Skip to content

Commit

Permalink
3.4 nDPI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 19, 2020
1 parent 02de8e1 commit 64929a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* SMBv1
* WebSocket
* TLS: added ESNI support
* SOAP
* DNScrypt

## Improvements
* Python CFFI bindings
Expand All @@ -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
Expand All @@ -50,7 +52,8 @@

## MISC
* Created demo app for nDPI newcomers

* Removed obsolete pplive and pando protocols

#### nDPI 3.2 (February 2020)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 64929a7

Please sign in to comment.