aboutsummaryrefslogtreecommitdiff
path: root/tests/result/skype-conference-call.pcap.out
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2022-09-22 17:42:46 +0200
committerToni <matzeton@googlemail.com>2022-09-23 18:33:48 +0200
commit1f345b311f7f4bb3246a649ced3cec11d742b6e4 (patch)
treeaf829d9cfa5840f44d7207c2554107f65de55f47 /tests/result/skype-conference-call.pcap.out
parent83de3e4716eb7dcc373f0fcad4b59e83ea140fb1 (diff)
Sizes of LRU caches are now configurable
0 as size value disable the cache. The diffs in unit tests are due to the fact that some lookups are performed before the first insert: before this change these lookups weren't counted because the cache was not yet initialized, now they are.
Diffstat (limited to 'tests/result/skype-conference-call.pcap.out')
-rw-r--r--tests/result/skype-conference-call.pcap.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/result/skype-conference-call.pcap.out b/tests/result/skype-conference-call.pcap.out
index 69da0aba1..6fb46fb0a 100644
--- a/tests/result/skype-conference-call.pcap.out
+++ b/tests/result/skype-conference-call.pcap.out
@@ -6,10 +6,10 @@ Num dissector calls: 6 (6.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: 2/2/0 (insert/search/found)
+LRU cache stun: 2/4/0 (insert/search/found)
LRU cache tls_cert: 0/0/0 (insert/search/found)
LRU cache mining: 0/0/0 (insert/search/found)
-LRU cache msteams: 0/0/0 (insert/search/found)
+LRU cache msteams: 0/1/0 (insert/search/found)
Automa host: 0/0 (search/found)
Automa domain: 0/0 (search/found)
Automa tls cert: 0/0 (search/found)