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

Go to the source code of this file.

Data Structures

struct  DetectReference_
 Signature reference list. More...
 

Typedefs

typedef struct DetectReference_ DetectReference
 Signature reference list. More...
 

Functions

void DetectReferenceRegister (void)
 Registration function for the reference: keyword. More...
 
void DetectReferenceFree (DetectReference *)
 Free a Reference object. More...
 

Detailed Description

Typedef Documentation

◆ DetectReference

Signature reference list.

Function Documentation

◆ DetectReferenceFree()

void DetectReferenceFree ( DetectReference )

Free a Reference object.

Free function for a Reference object

Definition at line 73 of file detect-reference.c.

References DetectReference_::reference, SCEnter, SCFree, and SCReturn.

◆ DetectReferenceRegister()

void DetectReferenceRegister ( void  )

Registration function for the reference: keyword.

Registration function for Reference keyword

Definition at line 58 of file detect-reference.c.

References SigTableElmt_::desc, DETECT_REFERENCE, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: