Skip to content

Commit 64929a7

Browse files
committed
3.4 nDPI Release
1 parent 02de8e1 commit 64929a7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* SMBv1
1717
* WebSocket
1818
* TLS: added ESNI support
19+
* SOAP
20+
* DNScrypt
1921

2022
## Improvements
2123
* Python CFFI bindings
@@ -25,8 +27,8 @@
2527
* CiscoVPN
2628
* H323
2729
* MDNS
28-
* SOAP
2930
* MySQL 8
31+
* IEC 60870-5-104
3032
* DoH/DoT dissection improvements
3133
* Office365 renamed to Microsoft365
3234
* Major protocol dissection improvement in particular with unknwon traffic
@@ -50,7 +52,8 @@
5052

5153
## MISC
5254
* Created demo app for nDPI newcomers
53-
55+
* Removed obsolete pplive and pando protocols
56+
5457
#### nDPI 3.2 (February 2020)
5558

5659
## New Features

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
NDPI_MAJOR="3"
4-
NDPI_MINOR="3"
4+
NDPI_MINOR="4"
55
NDPI_PATCH="0"
66
NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH"
77

0 commit comments

Comments
 (0)