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:
Ivan Nardi 2023-01-17 11:38:39 +01:00 committed by GitHub
parent 29be01ef3a
commit 470eaa6ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
102 changed files with 255 additions and 100 deletions

View file

@ -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,