aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-10-30 10:28:19 +0100
committerGitHub <noreply@github.com>2023-10-30 10:28:19 +0100
commit42d24f8799836025e4526ebb30f34750d528b980 (patch)
treed542f5c52e1f048c620429f822114dbfd4a29bec /.gitignore
parente399bd7e3d4cb4071e426ecb735084c6577a8644 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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