suricata
|
Go to the source code of this file.
Functions | |
void | DetectHttpClientBodyRegister (void) |
Registers the keyword handlers for the "http_client_body" keyword. More... | |
Definition in file detect-http-client-body.h.
void DetectHttpClientBodyRegister | ( | void | ) |
Registers the keyword handlers for the "http_client_body" keyword.
Definition at line 79 of file detect-http-client-body.c.
References ALPROTO_HTTP, Flow_::alstate, SigTableElmt_::alternative, AppLayerHtpEnableRequestBodyCallback(), AppLayerParserGetStateProgress(), HtpBody_::body_inspected, HTPCfgDir_::body_limit, BUG_ON, HtpState_::cfg, HtpBody_::content_len_so_far, SigTableElmt_::desc, DETECT_AL_HTTP_CLIENT_BODY, DETECT_HTTP_REQUEST_BODY, DetectAppLayerInspectEngineRegister2(), DetectAppLayerMpmRegister2(), DetectBufferSetActiveList(), DetectBufferTypeGetByName(), DetectBufferTypeRegisterSetupCallback(), DetectBufferTypeSetDescriptionByName(), DetectEngineContentModifierBufferSetup(), DetectEngineInspectBufferGeneric(), DetectHttpClientBodyRegisterTests(), DetectSignatureSetAppProto(), DOC_URL, DOC_VERSION, HtpBody_::first, flags, SigTableElmt_::flags, HTPCfgRec_::http_body_inline, Signature_::id, Signature_::init_data, SignatureInitData_::init_flags, InspectionBuffer::inspect, HTPCfgDir_::inspect_min_size, InspectionBuffer::inspect_offset, HTPCfgDir_::inspect_window, InspectionBufferGet(), InspectionBufferSetup(), SigTableElmt_::name, offset, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, HTPCfgRec_::request, HtpTxUserData_::request_body, HtpBody_::sb, SCEnter, SCLogDebug, SCReturnPtr, SigTableElmt_::Setup, SIG_FLAG_INIT_NEED_FLUSH, SIG_FLAG_TOSERVER, SIGMATCH_INFO_CONTENT_MODIFIER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, str, STREAM_EOF, StreamingBufferGetDataAtOffset(), and SigTableElmt_::url.
Referenced by SigTableSetup().