suricata
detect-ttl.c File Reference
#include "suricata-common.h"
#include "stream-tcp.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine-prefilter-common.h"
#include "detect-engine-uint.h"
#include "detect-ttl.h"
#include "util-debug.h"
#include "util-byte.h"
#include "tests/detect-ttl.c"
Include dependency graph for detect-ttl.c:

Go to the source code of this file.

Functions

void DetectTtlFree (DetectEngineCtx *de_ctx, void *ptr)
 this function will free memory associated with DetectU8Data More...
 
void DetectTtlRegisterTests (void)
 this function registers unit tests for DetectTtl More...
 
void DetectTtlRegister (void)
 Registration function for ttl: keyword. More...
 

Detailed Description

Author
Gurvinder Singh gurvi.nosp@m.nder.nosp@m.sighd.nosp@m.ahiy.nosp@m.a@gma.nosp@m.il.c.nosp@m.om
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Implements the ttl keyword including prefilter support.

Definition in file detect-ttl.c.

Function Documentation

◆ DetectTtlFree()

void DetectTtlFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

this function will free memory associated with DetectU8Data

Parameters
ptrpointer to DetectU8Data

Definition at line 133 of file detect-ttl.c.

◆ DetectTtlRegister()

void DetectTtlRegister ( void  )

Registration function for ttl: keyword.

Definition at line 54 of file detect-ttl.c.

References SigTableElmt_::desc, DETECT_TTL, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectTtlRegisterTests()

void DetectTtlRegisterTests ( void  )

this function registers unit tests for DetectTtl

Definition at line 212 of file detect-ttl.c.

References UtRegisterTest().

Here is the call graph for this function: