From 912c160ad3859026586bae3007660a46859dfb94 Mon Sep 17 00:00:00 2001 From: Matteo Bracci Date: Fri, 17 Jul 2015 18:50:21 +0200 Subject: Update ndpi_typedefs.h --- src/include/ndpi_typedefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3