mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 00:19:42 +00:00
Enhanced STUN stats
This commit is contained in:
parent
b7405c8e39
commit
6b6b5c7c4e
6 changed files with 71 additions and 19 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue