diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-11-21 18:56:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 16:56:01 +0100 |
commit | 35abafec4fabcb7ad91973e4e9d3c505589e47ca (patch) | |
tree | 993a9571ae7c546e7b1354e5f7256517dee7557b /tests/cfgs/default/result/ookla.pcap.out | |
parent | ae6e6d61f0644ebe13adb7ef328ceb123daae818 (diff) |
Get rid of Apache Cassandra false positives (#2159)
* Rewrite Apache Cassandra dissector
* Replace memcmp with strncmp
* Add payload length check
* Update Cassandra dissector
* Update test results
---------
Co-authored-by: 0xA50C1A1 <mage.wizard88@gmail.com>
Diffstat (limited to 'tests/cfgs/default/result/ookla.pcap.out')
-rw-r--r-- | tests/cfgs/default/result/ookla.pcap.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfgs/default/result/ookla.pcap.out b/tests/cfgs/default/result/ookla.pcap.out index 5e231c2c8..a1eb276c2 100644 --- a/tests/cfgs/default/result/ookla.pcap.out +++ b/tests/cfgs/default/result/ookla.pcap.out @@ -4,7 +4,7 @@ DPI Packets (TCP): 40 (6.67 pkts/flow) Confidence DPI (partial cache): 1 (flows) Confidence DPI : 4 (flows) Confidence DPI (aggressive) : 1 (flows) -Num dissector calls: 508 (84.67 diss/flow) +Num dissector calls: 512 (85.33 diss/flow) LRU cache ookla: 4/2/2 (insert/search/found) LRU cache bittorrent: 0/3/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) |