suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpHeaderNamesRegister (void) |
Registers the keyword handlers for the "http.header_names" keyword. | |
Definition in file detect-http-header-names.h.
void DetectHttpHeaderNamesRegister | ( | void | ) |
Registers the keyword handlers for the "http.header_names" keyword.
Definition at line 211 of file detect-http-header-names.c.
References SigTableElmt_::alias, ALPROTO_HTTP1, ALPROTO_HTTP2, BUFFER_DESC, BUFFER_NAME, SigTableElmt_::desc, DETECT_HTTP_HEADER_NAMES, 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().