]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/entropy: Add calculated entropy value to flowvars
authorJeff Lucovsky <jlucovsky@oisf.net>
Sat, 31 May 2025 14:18:32 +0000 (10:18 -0400)
committerVictor Julien <victor@inliniac.net>
Fri, 6 Jun 2025 18:08:46 +0000 (20:08 +0200)
commita292670443f40ae8f127dcc93489a46cb51f698a
tree567ee2b1990e860eb91eaed4986d477e43748581
parent62e3c02914d0f67a76110c6ec34b7c4a73d3f3fe
detect/entropy: Add calculated entropy value to flowvars

When the entropy keyword is used, record the calculated entropy value to
a flow variable for logging use.
etc/schema.json
rust/src/detect/entropy.rs
src/detect-entropy.c
src/flow-var.c
src/flow-var.h
src/output-json.c
src/util-var.h