diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-17 13:52:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 11:52:55 +0100 |
commit | d8c7a7661150889c372dccef1388921a4bb46f97 (patch) | |
tree | e977e3e44a9666a5c4284b727bdbd5b66df1b51d /tests/cfgs/caches_cfg | |
parent | 0f3e6d832b3df7f6eb5ded0296142f6f93537022 (diff) |
Add HiSLIP protocol dissector (#2214)
* Add HiSLIP protocol dissector
* Fix error
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 215ad3f78..30adf1d52 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: 530 (88.33 diss/flow) +Num dissector calls: 533 (88.83 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 19359539a..a67e8864a 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: 521 (6.28 diss/flow) +Num dissector calls: 522 (6.29 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) |