Add support for Epic Games and GeForceNow/Nvidia (#1990)

This commit is contained in:
Ivan Nardi 2023-05-27 12:13:54 +02:00 committed by GitHub
parent 63ac50e4f4
commit b11e6a453b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 374 additions and 63 deletions

View file

@ -368,6 +368,9 @@ typedef enum {
NDPI_PROTOCOL_FACEBOOK_REEL_STORY = 337,
NDPI_PROTOCOL_SRTP = 338,
NDPI_PROTOCOL_GAMBLING = 339,
NDPI_PROTOCOL_EPICGAMES = 340,
NDPI_PROTOCOL_GEFORCENOW = 341,
NDPI_PROTOCOL_NVIDIA = 342,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"