suricata
|
Go to the source code of this file.
Functions | |
void | DetectBase64DataRegister (void) |
int | DetectBase64DataDoMatch (DetectEngineCtx *, DetectEngineThreadCtx *, const Signature *, Flow *) |
int DetectBase64DataDoMatch | ( | DetectEngineCtx * | , |
DetectEngineThreadCtx * | , | ||
const Signature * | , | ||
Flow * | |||
) |
Definition at line 64 of file detect-base64-data.c.
References DetectEngineThreadCtx_::base64_decoded, DetectEngineThreadCtx_::base64_decoded_len, de_ctx, DETECT_CI_FLAGS_SINGLE, DETECT_ENGINE_CONTENT_INSPECTION_MODE_STATE, DETECT_SM_LIST_BASE64_DATA, DetectEngineContentInspection(), and Signature_::sm_arrays.
void DetectBase64DataRegister | ( | void | ) |
Definition at line 33 of file detect-base64-data.c.
References SigTableElmt_::desc, DETECT_BASE64_DATA, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().