mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
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:
parent
f352e4f77b
commit
f5cec001f3
89 changed files with 250 additions and 79 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue