diff options
author | Luca Deri <deri@ntop.org> | 2024-11-28 23:19:25 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-11-28 23:19:25 +0100 |
commit | 6b6b5c7c4e4e6112dcd6722a8685ee3517d7d5bc (patch) | |
tree | 118e9be6593bee4c7de0fa3481716d2eff3d59e1 /example/reader_util.h | |
parent | b7405c8e3902b88a15ad0e3c2a019d97b56a6a81 (diff) |
Enhanced STUN stats
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 5b0e36cde..080ea4318 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -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 { |