From fa0bd515b5c4861ba05cb14732da85c98d537386 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Fri, 21 Jul 2023 03:39:40 +0200 Subject: Add detection of Roblox games (#2054) --- src/include/ndpi_typedefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 9c1f353c6..08ba99ef0 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -862,6 +862,9 @@ struct ndpi_flow_udp_struct { u_int32_t epicgames_stage:1; u_int32_t epicgames_word; + /* NDPI_PROTOCOL_RAKNET */ + u_int32_t raknet_custom:1; + /* NDPI_PROTOCOL_SKYPE */ u_int8_t skype_crc[4]; -- cgit v1.2.3