mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Add Meraki Cloud protocol and improve other protocols (#1854)
Avoid some LineCall and Jabber false positives. Detect Discord mid flows. Fix Bittorrent detection.
This commit is contained in:
parent
29be01ef3a
commit
470eaa6ff3
102 changed files with 255 additions and 100 deletions
|
|
@ -94,7 +94,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_OCSP = 63,
|
||||
NDPI_PROTOCOL_VXLAN = 64,
|
||||
NDPI_PROTOCOL_IRC = 65,
|
||||
NDPI_PROTOCOL_FREE_66 = 66, /* FREE */
|
||||
NDPI_PROTOCOL_MERAKI_CLOUD = 66,
|
||||
NDPI_PROTOCOL_JABBER = 67,
|
||||
NDPI_PROTOCOL_NATS = 68,
|
||||
NDPI_PROTOCOL_AMONG_US = 69,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue