mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
Add detection of Roblox games (#2054)
This commit is contained in:
parent
3edfad01a1
commit
fa0bd515b5
12 changed files with 175 additions and 27 deletions
|
|
@ -374,6 +374,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_BITCOIN = 343,
|
||||
NDPI_PROTOCOL_PROTONVPN = 344,
|
||||
NDPI_PROTOCOL_APACHE_THRIFT = 345,
|
||||
NDPI_PROTOCOL_ROBLOX = 346,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue