diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-04-12 18:44:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 17:44:36 +0200 |
commit | c63697205be7ff027860b03d0fcddf40503b43d6 (patch) | |
tree | 46e448a6c6b69ed3180a663495d2c1ec8b50165f /tests/cfgs/caches_cfg/result | |
parent | 93f02ee507d050eedc88a8b9d66b20c97917e476 (diff) |
Add Label Distribution Protocol support (#2385)
* Add Label Distribution Protocol support
* Fix typo
* Update unit test results
Diffstat (limited to 'tests/cfgs/caches_cfg/result')
-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 cb53e8209..b1d5ae2d1 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: 577 (96.17 diss/flow) +Num dissector calls: 580 (96.67 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 e18a1b27e..a7c55d659 100644 --- a/tests/cfgs/caches_cfg/result/teams.pcap.out +++ b/tests/cfgs/caches_cfg/result/teams.pcap.out @@ -7,7 +7,7 @@ Confidence Unknown : 1 (flows) Confidence Match by port : 1 (flows) Confidence DPI (partial) : 1 (flows) Confidence DPI : 80 (flows) -Num dissector calls: 536 (6.46 diss/flow) +Num dissector calls: 538 (6.48 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) |