File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
* SMBv1
17
17
* WebSocket
18
18
* TLS: added ESNI support
19
+ * SOAP
20
+ * DNScrypt
19
21
20
22
## Improvements
21
23
* Python CFFI bindings
25
27
* CiscoVPN
26
28
* H323
27
29
* MDNS
28
- * SOAP
29
30
* MySQL 8
31
+ * IEC 60870-5-104
30
32
* DoH/DoT dissection improvements
31
33
* Office365 renamed to Microsoft365
32
34
* Major protocol dissection improvement in particular with unknwon traffic
50
52
51
53
## MISC
52
54
* Created demo app for nDPI newcomers
53
-
55
+ * Removed obsolete pplive and pando protocols
56
+
54
57
#### nDPI 3.2 (February 2020)
55
58
56
59
## New Features
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
NDPI_MAJOR=" 3"
4
- NDPI_MINOR=" 3 "
4
+ NDPI_MINOR=" 4 "
5
5
NDPI_PATCH=" 0"
6
6
NDPI_VERSION_SHORT=" $NDPI_MAJOR .$NDPI_MINOR .$NDPI_PATCH "
7
7
You can’t perform that action at this time.
0 commit comments