|
suricata
|

Go to the source code of this file.
Functions | |
| 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) |
Variables | |
| const char | luaext_key_ld [] |
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 47 of file detect-lua-extensions.c.
References Flow_::alproto, Flow_::alstate, AppLayerParserGetTx(), flags, LuaStateSetDetCtx(), LuaStateSetDirection(), LuaStateSetFlow(), LuaStateSetPacket(), LuaStateSetSignature(), LuaStateSetTX(), Flow_::proto, SCLogDebug, DetectEngineThreadCtx_::tx_id, and DetectEngineThreadCtx_::tx_id_set.
Referenced by DetectLuaMatchBuffer().


| void LuaLoadDatasetLib | ( | lua_State * | luastate | ) |
Definition at line 123 of file util-lua-dataset.c.
| const char luaext_key_ld[] |
Definition at line 45 of file detect-lua-extensions.c.