diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-01-19 21:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 21:45:35 +0100 |
commit | c4274a4aecac5b86a575c48f4f3b6971c35bb8b8 (patch) | |
tree | fe753fdce59608083616e208b6c93465e45b63b8 /tests/result | |
parent | f5c2f9280cbf06b716a5849cc4f9005a37c49f19 (diff) |
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
Diffstat (limited to 'tests/result')
-rw-r--r-- | tests/result/stun_signal.pcapng.out | 2 | ||||
-rw-r--r-- | tests/result/teams.pcap.out | 2 |
2 files changed, 2 insertions, 2 deletions
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) |