suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpHeaderRegister (void) |
Registers the keyword handlers for the "http_header" keyword. | |
void | DetectHttpRequestHeaderRegister (void) |
void | DetectHttpResponseHeaderRegister (void) |
Definition in file detect-http-header.h.
void DetectHttpHeaderRegister | ( | void | ) |
Registers the keyword handlers for the "http_header" keyword.
Definition at line 403 of file detect-http-header.c.
References ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::alternative, SigTableElmt_::desc, DETECT_HTTP_HEADER, DETECT_HTTP_HEADER_CM, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), DetectHttpHeaderRegisterTests(), DetectRegisterThreadCtxGlobalFuncs(), SigTableElmt_::flags, HttpHeaderThreadDataFree(), HttpHeaderThreadDataInit(), SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_CONTENT_MODIFIER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectHttpRequestHeaderRegister | ( | void | ) |
Definition at line 584 of file detect-http-header.c.
References ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::desc, DETECT_HTTP_REQUEST_HEADER, DetectAppLayerMultiRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectBufferTypeSupportsMultiInstance(), DetectRegisterThreadCtxGlobalFuncs(), SigTableElmt_::flags, SigTableElmt_::name, SigTableElmt_::Setup, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectHttpResponseHeaderRegister | ( | void | ) |
Definition at line 617 of file detect-http-header.c.
References ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::desc, DETECT_HTTP_RESPONSE_HEADER, DetectAppLayerMultiRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectBufferTypeSupportsMultiInstance(), DetectRegisterThreadCtxGlobalFuncs(), SigTableElmt_::flags, SigTableElmt_::name, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().