suricata
detect-metadata.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  DetectMetadata_
 Signature metadata list. More...
 
struct  DetectMetadataHead
 

Typedefs

typedef struct DetectMetadata_ DetectMetadata
 Signature metadata list. More...
 
typedef struct DetectMetadataHead DetectMetadataHead
 

Functions

void DetectMetadataRegister (void)
 
void DetectMetadataFree (DetectMetadata *mdata)
 Free a Metadata object. More...
 

Detailed Description

Typedef Documentation

◆ DetectMetadata

Signature metadata list.

◆ DetectMetadataHead

Function Documentation

◆ DetectMetadataFree()

void DetectMetadataFree ( DetectMetadata mdata)

Free a Metadata object.

Definition at line 60 of file detect-metadata.c.

References SCEnter, SCFree, and SCReturn.

◆ DetectMetadataRegister()

void DetectMetadataRegister ( void  )

Definition at line 44 of file detect-metadata.c.

References SigTableElmt_::desc, DETECT_METADATA, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: