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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c494b9ff7..b0054952b 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,8 @@ /fuzz/fuzz_binaryfusefilter /fuzz/fuzz_tls_certificate /fuzz/fuzz_dga +/fuzz/fuzz_is_stun_udp +/fuzz/fuzz_is_stun_tcp /fuzz/fuzz_ds_cmsketch /fuzz/fuzz_gcrypt_light /fuzz/fuzz_gcrypt_aes @@ -91,6 +93,8 @@ /fuzz/fuzz_quic_get_crypto_data_seed_corpus.zip /fuzz/fuzz_config_seed_corpus.zip /fuzz/fuzz_community_id_seed_corpus.zip +/fuzz/fuzz_is_stun_udp_seed_corpus.zip +/fuzz/fuzz_is_stun_tcp_seed_corpus.zip /fuzz/fuzz_serialization_seed_corpus.zip /fuzz/fuzz_alg_ses_des_seed_corpus.zip /fuzz/fuzz_alg_bins_seed_corpus.zip -- cgit v1.2.3