diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-07-18 17:18:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 16:18:12 +0200 |
commit | 6a77a891a8d7581f0419235e61ada89c40a80ca7 (patch) | |
tree | a549a88a0d3aca8c1f411e826e6bfcf50966cefb /tests/cfgs/caches_cfg/result | |
parent | 86b67e6687d460a0eaaaa84f4f95c47aa4b95082 (diff) |
Add Nano (XNO) protocol support (#2508)
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 4fa4e7a2a..af732df12 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: 571 (95.17 diss/flow) +Num dissector calls: 574 (95.67 diss/flow) LRU cache ookla: 0/0/0 (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_cfg/result/teams.pcap.out b/tests/cfgs/caches_cfg/result/teams.pcap.out index 075c58329..7a584090f 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: 515 (6.20 diss/flow) +Num dissector calls: 516 (6.22 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) |