mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
Add support for Epic Games and GeForceNow/Nvidia (#1990)
This commit is contained in:
parent
63ac50e4f4
commit
b11e6a453b
76 changed files with 374 additions and 63 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue