From 6b6b5c7c4e4e6112dcd6722a8685ee3517d7d5bc Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 28 Nov 2024 23:19:25 +0100 Subject: Enhanced STUN stats --- src/include/ndpi_typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 175d61a42..f48566fbc 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1371,6 +1371,7 @@ struct ndpi_flow_struct { struct { u_int8_t maybe_dtls : 1, is_turn : 1, pad : 6; ndpi_address_port mapped_address, peer_address, relayed_address, response_origin, other_address; + u_int8_t num_mapped_address, num_relayed_address, num_non_stun_pkts, last_first_byte, num_stun_transitions; /* SRTP */ } stun; struct { -- cgit v1.2.3