|
suricata
|
#include "suricata-common.h"#include "app-layer-dnp3.h"#include "app-layer-dnp3-objects.h"#include "lua.h"#include "lualib.h"#include "lauxlib.h"#include "util-lua.h"#include "util-lua-common.h"#include "util-lua-dnp3.h"#include "util-lua-dnp3-objects.h"
Go to the source code of this file.
Macros | |
| #define | LUA_PUSHT_INT(l, k, v) |
| Helper macro to push key and integer value onto a table. More... | |
Functions | |
| int | SCLuaLoadDnp3Lib (lua_State *L) |
| #define LUA_PUSHT_INT | ( | l, | |
| k, | |||
| v | |||
| ) |
Helper macro to push key and integer value onto a table.
Definition at line 36 of file util-lua-dnp3.c.
| int SCLuaLoadDnp3Lib | ( | lua_State * | L | ) |
Definition at line 202 of file util-lua-dnp3.c.