aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatteo Bracci <matteobracci1@gmail.com>2015-07-17 18:50:21 +0200
committerMatteo Bracci <matteobracci1@gmail.com>2015-07-17 18:50:21 +0200
commit912c160ad3859026586bae3007660a46859dfb94 (patch)
treec08347085c1b516da01ff28a253b2bba38264ba2 /src
parentd9745a2e2c2e4e1092c342288f4e89e716c986a4 (diff)
Update ndpi_typedefs.h
Diffstat (limited to 'src')
-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;