diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-04-13 12:00:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 12:00:04 +0200 |
commit | f51dfc69730a2e123b9a48d378d4685b981324a4 (patch) | |
tree | 35c388c8a160609dbf288000343911945278e187 /src/include | |
parent | 0535e54484467861a6f5a98ad36c980e9c24ee23 (diff) |
STUN: simplify ip/port parsing (#2388)
Add other 2 configuration options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index 03af56e4a..ee6302626 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -252,6 +252,8 @@ struct ndpi_detection_module_config_struct { int stun_mapped_address_enabled; int stun_response_origin_enabled; int stun_other_address_enabled; + int stun_relayed_address_enabled; + int stun_peer_address_enabled; int dns_subclassification_enabled; int dns_parse_response_enabled; |