From 42d24f8799836025e4526ebb30f34750d528b980 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:28:19 +0100 Subject: STUN: major code rework (#2116) Try to have a faster classification, on first packet; use standard extra dissection data path for sub-classification, metadata extraction and monitoring. STUN caches: * use the proper confidence value * lookup into the caches only once per flow, after having found a proper STUN classification Add identification of Telegram VoIP calls. --- fuzz/corpus/fuzz_is_stun_udp/q1 | Bin 0 -> 372 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fuzz/corpus/fuzz_is_stun_udp/q1 (limited to 'fuzz/corpus/fuzz_is_stun_udp/q1') diff --git a/fuzz/corpus/fuzz_is_stun_udp/q1 b/fuzz/corpus/fuzz_is_stun_udp/q1 new file mode 100644 index 000000000..eb71bd82b Binary files /dev/null and b/fuzz/corpus/fuzz_is_stun_udp/q1 differ -- cgit v1.2.3