From c4274a4aecac5b86a575c48f4f3b6971c35bb8b8 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:45:35 +0100 Subject: Minor changes in `ndpi_detection_giveup()` (#1861) Check the mining cache at the end of the function, like all the others LRU caches. Rewrite the STUN checks: same identical semantic but in a cleaner way, hopefully --- tests/result/stun_signal.pcapng.out | 2 +- tests/result/teams.pcap.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/result') diff --git a/tests/result/stun_signal.pcapng.out b/tests/result/stun_signal.pcapng.out index 924263777..29e91b3ab 100644 --- a/tests/result/stun_signal.pcapng.out +++ b/tests/result/stun_signal.pcapng.out @@ -10,7 +10,7 @@ LRU cache bittorrent: 0/24/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 6/164/24 (insert/search/found) LRU cache tls_cert: 0/0/0 (insert/search/found) -LRU cache mining: 0/1/0 (insert/search/found) +LRU cache mining: 0/0/0 (insert/search/found) LRU cache msteams: 0/0/0 (insert/search/found) LRU cache stun_zoom: 0/0/0 (insert/search/found) Automa host: 0/0 (search/found) diff --git a/tests/result/teams.pcap.out b/tests/result/teams.pcap.out index 5d6a66e50..9072d43df 100644 --- a/tests/result/teams.pcap.out +++ b/tests/result/teams.pcap.out @@ -13,7 +13,7 @@ LRU cache bittorrent: 0/9/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 6/42/18 (insert/search/found) LRU cache tls_cert: 0/8/0 (insert/search/found) -LRU cache mining: 0/4/0 (insert/search/found) +LRU cache mining: 0/3/0 (insert/search/found) LRU cache msteams: 24/13/9 (insert/search/found) LRU cache stun_zoom: 0/0/0 (insert/search/found) Automa host: 85/71 (search/found) -- cgit v1.2.3