]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/lua: use rule hook instead of init() 'needs' table
authorVictor Julien <vjulien@oisf.net>
Sun, 19 Jan 2025 09:54:41 +0000 (10:54 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 7 Apr 2025 20:04:13 +0000 (22:04 +0200)
commit592444cdc4e95a0ed5a9f8256eadec8c500a5c31
tree1678a05141e62e163bc2121ed48a709203cd456b
parent67df6ad94e80e07d2d5e9f6d47301b3d66ed1aed
detect/lua: use rule hook instead of init() 'needs' table

For registration of app-layer inspection, no longer use the 'needs'
table from the script, but instead use the rule hook setting.

Ticket: #4783.
src/detect-lua.c
src/detect-lua.h