suricata
|
Go to the source code of this file.
Functions | |
int | LuaRegisterExtensions (lua_State *) |
Register Suricata Lua functions. More... | |
void | LuaExtensionsMatchSetup (lua_State *lua_state, DetectLuaData *, DetectEngineThreadCtx *det_ctx, Flow *f, Packet *p, const Signature *s, uint8_t flags) |
void | LuaLoadDatasetLib (lua_State *luastate) |
Definition in file detect-lua-extensions.h.
void LuaExtensionsMatchSetup | ( | lua_State * | lua_state, |
DetectLuaData * | , | ||
DetectEngineThreadCtx * | det_ctx, | ||
Flow * | f, | ||
Packet * | p, | ||
const Signature * | s, | ||
uint8_t | flags | ||
) |
Definition at line 478 of file detect-lua-extensions.c.
References SCLogDebug.
Referenced by DetectLuaMatchBuffer().
void LuaLoadDatasetLib | ( | lua_State * | luastate | ) |
Definition at line 123 of file util-lua-dataset.c.
int LuaRegisterExtensions | ( | lua_State * | ) |
Register Suricata Lua functions.
Definition at line 511 of file detect-lua-extensions.c.