diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-07-22 20:20:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 19:20:44 +0200 |
commit | b15337a32bcff7a0b0734cb60c6984229f07a7e5 (patch) | |
tree | 93caa1e61a139557bd08826097cb0b93e9029c7b /tests/cfgs/caches_global | |
parent | 65e31b0ea34c1b73639dd0d36af3674223b2af2f (diff) |
Add OpenWire support (#2513)
Diffstat (limited to 'tests/cfgs/caches_global')
-rw-r--r-- | tests/cfgs/caches_global/result/ookla.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/caches_global/result/teams.pcap.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cfgs/caches_global/result/ookla.pcap.out b/tests/cfgs/caches_global/result/ookla.pcap.out index 66ad570da..c24869bae 100644 --- a/tests/cfgs/caches_global/result/ookla.pcap.out +++ b/tests/cfgs/caches_global/result/ookla.pcap.out @@ -4,7 +4,7 @@ DPI Packets (TCP): 40 (6.67 pkts/flow) Confidence DPI (partial cache): 1 (flows) Confidence DPI : 4 (flows) Confidence DPI (aggressive) : 1 (flows) -Num dissector calls: 574 (95.67 diss/flow) +Num dissector calls: 577 (96.17 diss/flow) LRU cache ookla: 4/2/2 (insert/search/found) LRU cache bittorrent: 0/3/0 (insert/search/found) LRU cache stun: 0/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 2aad95f03..8ed108157 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: 516 (6.22 diss/flow) +Num dissector calls: 517 (6.23 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) |