suricata
detect-iprep.c File Reference
#include "suricata-common.h"
#include "decode.h"
#include "detect.h"
#include "threads.h"
#include "flow.h"
#include "flow-bit.h"
#include "flow-util.h"
#include "detect-iprep.h"
#include "util-spm.h"
#include "app-layer-parser.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-engine-state.h"
#include "detect-engine-uint.h"
#include "detect-engine-build.h"
#include "util-debug.h"
#include "util-byte.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-fmemopen.h"
#include "util-validate.h"
#include "reputation.h"
#include "host.h"
#include "packet.h"
#include "action-globals.h"
Include dependency graph for detect-iprep.c:

Go to the source code of this file.

Functions

void DetectIPRepFree (DetectEngineCtx *, void *)
 
void DetectIPRepRegister (void)
 

Detailed Description

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

Implements the iprep keyword

Definition in file detect-iprep.c.

Function Documentation

◆ DetectIPRepFree()

void DetectIPRepFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

Definition at line 241 of file detect-iprep.c.

◆ DetectIPRepRegister()

void DetectIPRepRegister ( void  )

Definition at line 63 of file detect-iprep.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: