Add detection of Gaijin Entertainment games (#2311)

* Add detection of Gaijin Entertainment games

* Short NDPI_PROTOCOL_GAIJINENTERTAINMENT to NDPI_PROTOCOL_GAIJIN

* Add default UDP port for Gaijin Entertainment games

* Remove NDPI_PROTOCOL_CROSSOUT protocol id
This commit is contained in:
Vladimir Gavrilov 2024-02-09 13:07:48 +03:00 committed by GitHub
parent f352e4f77b
commit f5cec001f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 250 additions and 79 deletions

View file

@ -424,6 +424,7 @@ typedef enum {
NDPI_PROTOCOL_CIP = 393,
NDPI_PROTOCOL_GEARMAN = 394,
NDPI_PROTOCOL_TENCENTGAMES = 395,
NDPI_PROTOCOL_GAIJIN = 396,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"