suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpRawHeaderRegister (void) |
Registers the keyword handlers for the "http_raw_header" keyword. | |
Definition in file detect-http-raw-header.h.
void DetectHttpRawHeaderRegister | ( | void | ) |
Registers the keyword handlers for the "http_raw_header" keyword.
Definition at line 80 of file detect-http-raw-header.c.
References ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::alternative, SigTableElmt_::desc, DETECT_HTTP_RAW_HEADER, DETECT_HTTP_RAW_HEADER_CM, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeRegisterValidateCallback(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), DetectHttpRawHeaderRegisterTests(), SigTableElmt_::flags, 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().