suricata
|
#include "suricata-common.h"
#include "util-lua-builtins.h"
#include "util-lua-base64lib.h"
#include "util-lua-dataset.h"
#include "util-lua-hashlib.h"
#include "util-lua-packetlib.h"
#include "lauxlib.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 38 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 53 of file util-lua-builtins.c.