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.
 

Functions

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

Detailed Description

Typedef Documentation

◆ DetectReference

Signature reference list.

Function Documentation

◆ DetectReferenceFree()

void DetectReferenceFree ( DetectReference ref)

Free a Reference object.

Free function for a Reference object

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

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

◆ DetectReferenceRegister()

void DetectReferenceRegister ( void  )

Registration function for the reference: keyword.

Registration function for Reference keyword

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

References SigTableElmt_::desc, DETECT_REFERENCE, DetectSetupParseRegexes(), SigTableElmt_::name, PARSE_REGEX, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the call graph for this function:
Here is the caller graph for this function: