aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 7ed2ae3d5..8ac1516a9 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1274,7 +1274,7 @@ struct ndpi_flow_struct {
} kerberos_buf;
struct {
- u_int8_t maybe_dtls;
+ u_int8_t maybe_dtls : 1, is_turn : 1, pad : 6;
} stun;
struct {