Add a new protocol id for generic advertisement/analytics/tracking stuff (#1904)

This commit is contained in:
Ivan Nardi 2023-03-20 17:01:18 +01:00 committed by GitHub
parent 0e80828e14
commit 12867962b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 69 additions and 68 deletions

View file

@ -135,7 +135,7 @@ typedef enum {
NDPI_PROTOCOL_ARMAGETRON = 104,
NDPI_PROTOCOL_CROSSFIRE = 105,
NDPI_PROTOCOL_DOFUS = 106,
NDPI_PROTOCOL_FREE_107 = 107, /* FREE */
NDPI_PROTOCOL_ADS_ANALYTICS_TRACK = 107, /* Generic id for advertisement/analytics/tracking stuff */
NDPI_PROTOCOL_FREE_108 = 108, /* FREE */
NDPI_PROTOCOL_GUILDWARS = 109,
NDPI_PROTOCOL_AMAZON_ALEXA = 110,