|
suricata
|
structure containing global config The OutputLuaLogInitSub which is run per script can access this to get global config info through it's parent_ctx->data ptr. More...
Data Fields | |
| char | script_dir [PATH_MAX] |
| Path to script directory. More... | |
| char | path [PATH_MAX] |
| Lua search path for Lua modules. More... | |
| char | cpath [PATH_MAX] |
| Lua search path for C modules. More... | |
structure containing global config The OutputLuaLogInitSub which is run per script can access this to get global config info through it's parent_ctx->data ptr.
Definition at line 49 of file output-lua.c.
| char LogLuaMasterCtx_::cpath[PATH_MAX] |
Lua search path for C modules.
Definition at line 57 of file output-lua.c.
| char LogLuaMasterCtx_::path[PATH_MAX] |
Lua search path for Lua modules.
Definition at line 54 of file output-lua.c.
| char LogLuaMasterCtx_::script_dir[PATH_MAX] |
Path to script directory.
Definition at line 51 of file output-lua.c.