]> git.ipfire.org Git - thirdparty/suricata.git/commit
flowbits: analyze and dump to json
authorVictor Julien <victor@inliniac.net>
Fri, 13 Oct 2017 09:01:38 +0000 (11:01 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Jan 2018 09:12:32 +0000 (10:12 +0100)
commit51d429b3b16863996686da7ad43353182ad6011e
treeeb28fb0e019bfd36d6b6ac05d9a8edf510046ca4
parentd05355db3d6e2752ae0582a7ea8c1a0f08bde91c
flowbits: analyze and dump to json

Analyze flowbits to find which bits are only checked.

Track whether they are set and checked on the same level of 'statefulness'
for later used.

Dump flowbits to json including the sids that set/check etc the bit.
src/detect-engine-build.c
src/detect-flowbits.c
src/detect.h
src/util-error.c
src/util-error.h
src/util-var-name.c
src/util-var-name.h