Added scripts to auto generate hostname/SNI *.inc files. (#1984)

* add illegal gambling sites (Belgium)

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-05-20 15:41:15 +02:00 committed by GitHub
parent 9004d5c2ca
commit c97e2d67ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 540 additions and 4 deletions

View file

@ -367,6 +367,7 @@ typedef enum {
NDPI_PROTOCOL_HOTS = 336, /* Heroes of the Storm */
NDPI_PROTOCOL_FACEBOOK_REEL_STORY = 337,
NDPI_PROTOCOL_SRTP = 338,
NDPI_PROTOCOL_GAMBLING = 339,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"