diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-09-07 12:00:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 12:00:31 +0200 |
commit | 92507c014626bc542f2ab11c729742802c0bc345 (patch) | |
tree | 0fb365764786c17f130091a056788799df1981c2 /tests/cfgs/caches_cfg | |
parent | 3b5dee1cc0038fdb09f5ff1b18f05dd561dbcb1c (diff) |
oracle: fix dissector (#2548)
We can do definitely better, but this change is a big improvements
respect the current broken code
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 9aae8e020..5fe80792c 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: 586 (97.67 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 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 1e8aabe5a..388ce905e 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: 522 (6.29 diss/flow) +Num dissector calls: 521 (6.28 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) |