Enhanced STUN stats

This commit is contained in:
Luca Deri 2024-11-28 23:19:25 +01:00
parent b7405c8e39
commit 6b6b5c7c4e
6 changed files with 71 additions and 19 deletions

View file

@ -323,6 +323,7 @@ typedef struct ndpi_flow_info {
struct {
ndpi_address_port_list mapped_address, peer_address,
relayed_address, response_origin, other_address;
u_int8_t num_mapped_address, num_relayed_address, num_non_stun_pkts, num_stun_transitions;
} stun;
struct {