]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: create suricata.config lua lib
authorJason Ish <jason.ish@oisf.net>
Fri, 30 May 2025 22:54:29 +0000 (16:54 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Jun 2025 07:39:51 +0000 (09:39 +0200)
commitce7cdd6f9a0658d2c868678094ab92947a72e98f
tree9ab8e520839dbfce9cc8f95156bd114f27d01976
parent16fee333687d9fac72a1cf5d37ff08bfb780b3ed
lua: create suricata.config lua lib

Currently only provides "log_path" as a replacement for SCLogPath.
doc/userguide/lua/libs/config.rst [new file with mode: 0644]
doc/userguide/lua/libs/index.rst
doc/userguide/lua/lua-functions.rst
doc/userguide/output/lua-output.rst
lua/fast.lua
src/Makefile.am
src/util-lua-builtins.c
src/util-lua-common.c
src/util-lua-config.c [new file with mode: 0644]
src/util-lua-config.h [new file with mode: 0644]