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

Go to the source code of this file.

Functions

void DetectHttpHeaderRegister (void)
 Registers the keyword handlers for the "http_header" keyword. More...
 
void DetectHttpRawHeaderRegister (void)
 Registers the keyword handlers for the "http_raw_header" keyword. More...
 
void DetectHttpRequestHeaderRegister (void)
 
void DetectHttpResponseHeaderRegister (void)
 

Detailed Description

Function Documentation

◆ DetectHttpHeaderRegister()

void DetectHttpHeaderRegister ( void  )

Registers the keyword handlers for the "http_header" keyword.

Definition at line 411 of file detect-http-header.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectHttpRawHeaderRegister()

void DetectHttpRawHeaderRegister ( void  )

Registers the keyword handlers for the "http_raw_header" keyword.

Definition at line 78 of file detect-http-raw-header.c.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectHttpRequestHeaderRegister()

void DetectHttpRequestHeaderRegister ( void  )

Definition at line 783 of file detect-http-header.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectHttpResponseHeaderRegister()

void DetectHttpResponseHeaderRegister ( void  )

Definition at line 820 of file detect-http-header.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: