diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-20 12:48:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 10:48:45 +0100 |
commit | 33f11cb10f0bc598fc8e3d97d25bab87078aa294 (patch) | |
tree | 65f8a0a140af5a71b7ed7542c050e459a92ff3b3 /tests/cfgs/caches_cfg | |
parent | 8aa09f9c994bd234e17b4f4ad8b6808e2561c4d6 (diff) |
Add OpenFlow protocol dissector (#2222)
Diffstat (limited to 'tests/cfgs/caches_cfg')
-rw-r--r-- | tests/cfgs/caches_cfg/result/ookla.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/caches_cfg/result/teams.pcap.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cfgs/caches_cfg/result/ookla.pcap.out b/tests/cfgs/caches_cfg/result/ookla.pcap.out index 30adf1d52..04e5c10da 100644 --- a/tests/cfgs/caches_cfg/result/ookla.pcap.out +++ b/tests/cfgs/caches_cfg/result/ookla.pcap.out @@ -3,7 +3,7 @@ Guessed flow protos: 1 DPI Packets (TCP): 40 (6.67 pkts/flow) Confidence Match by port : 1 (flows) Confidence DPI : 5 (flows) -Num dissector calls: 533 (88.83 diss/flow) +Num dissector calls: 536 (89.33 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/3/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) diff --git a/tests/cfgs/caches_cfg/result/teams.pcap.out b/tests/cfgs/caches_cfg/result/teams.pcap.out index 7b18d1454..7e6a84e7d 100644 --- a/tests/cfgs/caches_cfg/result/teams.pcap.out +++ b/tests/cfgs/caches_cfg/result/teams.pcap.out @@ -6,7 +6,7 @@ DPI Packets (other): 1 (1.00 pkts/flow) Confidence Unknown : 1 (flows) Confidence Match by port : 2 (flows) Confidence DPI : 80 (flows) -Num dissector calls: 523 (6.30 diss/flow) +Num dissector calls: 524 (6.31 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/9/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) |