]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: tables support per keyword
authorVictor Julien <vjulien@oisf.net>
Thu, 29 May 2025 12:56:02 +0000 (14:56 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Jun 2025 06:36:36 +0000 (08:36 +0200)
commit12f2f3f9f1828ed654ae088aa8b5f2ebaefba0d1
treedd45d5a5d257b8a5213ba7c9c817a4d992fe0bea
parenta88d58e5317c2fc14424656e9e25234fd7ae4907
detect: tables support per keyword

Allow keywords to specify in which detect table they can function.

E.g. the pre_flow table will not support flow keywords, as no flow is
availble at this time.
src/detect-engine.c
src/detect-engine.h
src/detect-flow.c
src/detect-flowbits.c
src/detect-parse.c
src/detect-tcp-wscale.c
src/detect.h