diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-03-06 21:59:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 19:59:09 +0100 |
commit | e2949048e0c5b2390a0a0f22e44ed29448f32dfe (patch) | |
tree | f48fac9b113c312f77ebf461b5dd9e1718947910 /tests/cfgs/caches_cfg/result | |
parent | 21da53d3a03cad32dffa8447d9c4ae5bae62a3a2 (diff) |
Add Path of Exile protocol dissector (#2337)
* Add Path of Exile protocol dissector
* Update protocols.rst
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 f80d9bfc6..c9fbb1f15 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 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 28d55350b..e90f901ad 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: 538 (6.48 diss/flow) +Num dissector calls: 539 (6.49 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) |