mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
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:
parent
12867962b0
commit
3a75a46212
8 changed files with 96 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue