diff options
author | Luca Deri <deri@ntop.org> | 2024-11-29 17:13:43 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-11-29 17:13:43 +0100 |
commit | b1d1f8cfe09f6ae9525e047dd54bc043a7e83520 (patch) | |
tree | 7d4d5064654fa4d2e3fd8143e30537f4d385aa34 /src/include | |
parent | 74792e49c810824588c3eb6fe195b1af34674a79 (diff) |
STUN counter changes
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index a07099cfc..75dada5f5 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1371,7 +1371,8 @@ 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 */ + u_int8_t num_xor_relayed_addresses, num_xor_mapped_addresses; + u_int8_t num_non_stun_pkt, non_stun_pkt_len[2]; } stun; struct { |