Add LoL: Wild Rift detection (#2356)

This commit is contained in:
Vladimir Gavrilov 2024-03-26 10:11:14 +03:00 committed by GitHub
parent 51f5fc7140
commit 5b32c98a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 204 additions and 78 deletions

View file

@ -435,6 +435,7 @@ typedef enum {
NDPI_PROTOCOL_GOOGLE_CALL = 404, /* Voip/audio/video calls from Google Chat/Meet/... */
NDPI_PROTOCOL_PFCP = 405,
NDPI_PROTOCOL_FLUTE = 406,
NDPI_PROTOCOL_LOLWILDRIFT = 407,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"