aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/ndpi_typedefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 262dc71a4..57f3d3d3f 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -809,6 +809,9 @@ typedef struct ndpi_flow_struct {
u_int32_t pplive_stage2:2; // 0-2
u_int32_t pplive_stage3:2; // 0-2
#endif
+#ifdef NDPI_PROTOCOL_STARCRAFT2
+ u_int32_t starcraft2_udp_stage : 3; // 0-7
+#endif
/* internal structures to save functions calls */
struct ndpi_packet_struct packet;