suricata
util-lua-flowlib.c File Reference
#include "suricata-common.h"
#include "util-lua-flowlib.h"
#include "app-layer-protos.h"
#include "util-lua-common.h"
#include "util-lua.h"
#include "util-debug.h"
#include "util-print.h"
Include dependency graph for util-lua-flowlib.c:

Go to the source code of this file.

Data Structures

struct  LuaFlow
 

Functions

int LuaLoadFlowLib (lua_State *luastate)
 

Variables

const char lua_ext_key_f []
 

Detailed Description

Flow API fow Lua.

local flow = require("suricata.flow")

Definition in file util-lua-flowlib.c.

Function Documentation

◆ LuaLoadFlowLib()

int LuaLoadFlowLib ( lua_State luastate)

Definition at line 286 of file util-lua-flowlib.c.

Variable Documentation

◆ lua_ext_key_f

const char lua_ext_key_f[]