]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: group types used in traffic variables
authorVictor Julien <vjulien@oisf.net>
Mon, 4 Mar 2024 11:53:35 +0000 (12:53 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 28 Jun 2024 05:39:48 +0000 (07:39 +0200)
commit022173d7ab29bd202591c477f82f60de02b14758
treefc79a54b2cc4fb56dc0ecc0ca35ebdc9854b34be
parentcfd55ead74e2b2180ba2e2eeccd1b9d774073546
detect: group types used in traffic variables

Traffic variables (flowvars, flowbits, xbits, etc) use a smaller int for
their type than detection types. As a workaround make sure the values fit
in a uint8_t.
src/detect-engine-register.h