suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpRequestLineRegister (void) |
Registers the keyword handlers for the "http_request_line" keyword. | |
Definition in file detect-http-request-line.h.
void DetectHttpRequestLineRegister | ( | void | ) |
Registers the keyword handlers for the "http_request_line" keyword.
Definition at line 99 of file detect-http-request-line.c.
References SigTableElmt_::alias, ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::desc, DETECT_HTTP_REQUEST_LINE, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), SigTableElmt_::flags, SigTableElmt_::Match, SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().