diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-05-25 08:48:22 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-05-25 09:09:52 +0200 |
commit | ef864c74ef165852a0d22ccda470d704c5f09d2e (patch) | |
tree | 565db88323f01eae5829364bdda3b42a90b8a3da /tests/cfgs/caches_global | |
parent | d1a59c030879fe03da6a0795686dd31c973f201b (diff) |
Add ZUG consensus protocol dissector.add/zug-consensus-dissector
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests/cfgs/caches_global')
-rw-r--r-- | tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out | 2 | ||||
-rw-r--r-- | tests/cfgs/caches_global/result/teams.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/caches_global/result/zoom_p2p.pcapng.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out b/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out index ea6f9088c..d67887aef 100644 --- a/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out +++ b/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out @@ -2,7 +2,7 @@ DPI Packets (TCP): 9 (3.00 pkts/flow) DPI Packets (UDP): 35 (3.89 pkts/flow) Confidence DPI (cache) : 5 (flows) Confidence DPI : 7 (flows) -Num dissector calls: 589 (49.08 diss/flow) +Num dissector calls: 591 (49.25 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 30/5/3 (insert/search/found) LRU cache stun: 6/0/0 (insert/search/found) diff --git a/tests/cfgs/caches_global/result/teams.pcap.out b/tests/cfgs/caches_global/result/teams.pcap.out index 10f95d7a8..7f837b46f 100644 --- a/tests/cfgs/caches_global/result/teams.pcap.out +++ b/tests/cfgs/caches_global/result/teams.pcap.out @@ -7,7 +7,7 @@ Confidence Unknown : 1 (flows) Confidence Match by port : 1 (flows) Confidence DPI (partial) : 5 (flows) Confidence DPI : 76 (flows) -Num dissector calls: 511 (6.16 diss/flow) +Num dissector calls: 512 (6.17 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/9/0 (insert/search/found) LRU cache stun: 30/0/0 (insert/search/found) diff --git a/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out b/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out index 75c708c88..502eeb12a 100644 --- a/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out +++ b/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out @@ -4,7 +4,7 @@ DPI Packets (UDP): 38 (3.80 pkts/flow) DPI Packets (other): 2 (1.00 pkts/flow) Confidence DPI (partial cache): 4 (flows) Confidence DPI : 8 (flows) -Num dissector calls: 776 (64.67 diss/flow) +Num dissector calls: 780 (65.00 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/12/0 (insert/search/found) LRU cache stun: 8/0/0 (insert/search/found) |