suricata
detect-lua.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DetectLuaRegister (void)
 Registration function for keyword: lua. More...
 
int DetectLuaMatchBuffer (DetectEngineThreadCtx *det_ctx, const Signature *s, const SigMatchData *smd, const uint8_t *buffer, uint32_t buffer_len, uint32_t offset, Flow *f)
 
void DetectLuaPostSetup (Signature *s)
 

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Definition in file detect-lua.h.

Function Documentation

◆ DetectLuaMatchBuffer()

int DetectLuaMatchBuffer ( DetectEngineThreadCtx det_ctx,
const Signature s,
const SigMatchData smd,
const uint8_t *  buffer,
uint32_t  buffer_len,
uint32_t  offset,
Flow f 
)

◆ DetectLuaPostSetup()

void DetectLuaPostSetup ( Signature s)

◆ DetectLuaRegister()

void DetectLuaRegister ( void  )

Registration function for keyword: lua.

Definition at line 77 of file detect-lua.c.

References SigTableElmt_::alias, SigTableElmt_::desc, DETECT_LUA, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: