|
suricata
|
#include "lua.h"

Go to the source code of this file.
Functions | |
| bool | SCLuaLoadBuiltIns (lua_State *L, const char *name) |
| Load a Suricata built-in module in a sand-boxed environment. More... | |
| void | SCLuaRequirefBuiltIns (lua_State *L) |
| Register Suricata built-in modules for loading in a non-sandboxed environment. More... | |
| bool SCLuaLoadBuiltIns | ( | lua_State * | L, |
| const char * | name | ||
| ) |
Load a Suricata built-in module in a sand-boxed environment.
Definition at line 70 of file util-lua-builtins.c.
| void SCLuaRequirefBuiltIns | ( | lua_State * | L | ) |
Register Suricata built-in modules for loading in a non-sandboxed environment.
Definition at line 85 of file util-lua-builtins.c.