diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-04-08 10:24:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 10:24:51 +0200 |
commit | 1b3ef7d7b2dde9d58cb217d3d7fb6b14d6281153 (patch) | |
tree | 868ce2beb4ba9dbfbe40dd05c9a1b200e367439c /tests/cfgs/stun_mapped_address_disabled/config.txt | |
parent | f5905a62c7fc1922d0b49e9399d56e8cfee69516 (diff) |
STUN: improve extraction of Mapped-Address metadata (#2370)
Enable parsing of Mapped-Address attribute for all STUN flows: that
means that STUN classification might require more packets.
Add a configuration knob to enable/disable this feature.
Note that we can have (any) STUN metadata also for flows *not*
classified as STUN (because of DTLS).
Add support for ipv6.
Restore the correct extra dissection logic for Telegram flows.
Diffstat (limited to 'tests/cfgs/stun_mapped_address_disabled/config.txt')
-rw-r--r-- | tests/cfgs/stun_mapped_address_disabled/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfgs/stun_mapped_address_disabled/config.txt b/tests/cfgs/stun_mapped_address_disabled/config.txt new file mode 100644 index 000000000..7fda3c3e8 --- /dev/null +++ b/tests/cfgs/stun_mapped_address_disabled/config.txt @@ -0,0 +1 @@ +--cfg=stun,metadata.attribute.mapped_address,0 |