Add a new protocol id for generic Adult Content traffic (#1906)

The list has been taken from https://www.similarweb.com/top-websites/adult/
Fix a GoTo false positive.
This commit is contained in:
Ivan Nardi 2023-03-20 17:56:02 +01:00 committed by GitHub
parent 12867962b0
commit 3a75a46212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 96 additions and 15 deletions

View file

@ -136,7 +136,7 @@ typedef enum {
NDPI_PROTOCOL_CROSSFIRE = 105,
NDPI_PROTOCOL_DOFUS = 106,
NDPI_PROTOCOL_ADS_ANALYTICS_TRACK = 107, /* Generic id for advertisement/analytics/tracking stuff */
NDPI_PROTOCOL_FREE_108 = 108, /* FREE */
NDPI_PROTOCOL_ADULT_CONTENT = 108,
NDPI_PROTOCOL_GUILDWARS = 109,
NDPI_PROTOCOL_AMAZON_ALEXA = 110,
NDPI_PROTOCOL_KERBEROS = 111,