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 | LuaRegisterDNP3Functions (lua_State *luastate) |
#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 LuaRegisterDNP3Functions | ( | lua_State * | luastate | ) |
Definition at line 191 of file util-lua-dnp3.c.