suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpStartRegister (void) |
Registers the keyword handlers for the "http_start" keyword. | |
Definition in file detect-http-start.h.
void DetectHttpStartRegister | ( | void | ) |
Registers the keyword handlers for the "http_start" keyword.
Definition at line 183 of file detect-http-start.c.
References SigTableElmt_::alias, ALPROTO_HTTP1, BUFFER_DESC, BUFFER_NAME, SigTableElmt_::desc, DETECT_HTTP_START, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), DetectRegisterThreadCtxGlobalFuncs(), SigTableElmt_::flags, HttpHeaderThreadDataFree(), HttpHeaderThreadDataInit(), KEYWORD_DOC, KEYWORD_NAME, KEYWORD_NAME_LEGACY, SigTableElmt_::name, PrefilterGenericMpmRegister(), SCLogDebug, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().