diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-07-21 03:39:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 03:39:40 +0200 |
commit | fa0bd515b5c4861ba05cb14732da85c98d537386 (patch) | |
tree | 1932380d2691b5d5c6540b289b4421c11a1dddfc /src/include/ndpi_typedefs.h | |
parent | 3edfad01a1bb22b33bd5bafa0ceeb13e27f03e67 (diff) |
Add detection of Roblox games (#2054)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |