aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/caches_cfg
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2024-01-27 23:19:34 +0300
committerGitHub <noreply@github.com>2024-01-27 21:19:34 +0100
commitc807d84054f605202bd9633092b16627a8a5e790 (patch)
tree0c8d1633c61f474ce24ea9480653d03d22d8dfe3 /tests/cfgs/caches_cfg
parent8e562c4ecda06d9da9d394453e5ade54c0344d90 (diff)
Fix RESP detection (#2289)
* Rename redis_net.c to resp.c * Fix RESP detection
Diffstat (limited to 'tests/cfgs/caches_cfg')
-rw-r--r--tests/cfgs/caches_cfg/result/ookla.pcap.out2
-rw-r--r--tests/cfgs/caches_cfg/result/teams.pcap.out2
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 538cacab9..7367c6f04 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: 562 (93.67 diss/flow)
+Num dissector calls: 559 (93.17 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 9ce096c21..6a16cb21c 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: 530 (6.39 diss/flow)
+Num dissector calls: 529 (6.37 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)