From 95fe21015d295632c45c40cabffebd7509eab7b6 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 6 May 2024 12:51:45 +0200 Subject: Remove "zoom" cache (#2420) This cache was added in b6b4967aa, when there was no real Zoom support. With 63f349319, a proper identification of multimedia stream has been added, making this cache quite useless: any improvements on Zoom classification should be properly done in Zoom dissector. Tested for some months with a few 10Gbits links of residential traffic: the cache pretty much never returned a valid hit. --- tests/cfgs/default/result/safari.pcap.out | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/cfgs/default/result/safari.pcap.out') diff --git a/tests/cfgs/default/result/safari.pcap.out b/tests/cfgs/default/result/safari.pcap.out index f1f12a2fb..86548ad83 100644 --- a/tests/cfgs/default/result/safari.pcap.out +++ b/tests/cfgs/default/result/safari.pcap.out @@ -3,7 +3,6 @@ Confidence DPI : 7 (flows) Num dissector calls: 7 (1.00 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/0/0 (insert/search/found) -LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/14/0 (insert/search/found) LRU cache mining: 0/0/0 (insert/search/found) -- cgit v1.2.3