suricata
|
Go to the source code of this file.
Functions | |
void | DetectBase64DecodeRegister (void) |
int | DetectBase64DecodeDoMatch (DetectEngineThreadCtx *, const Signature *, const SigMatchData *, const uint8_t *, uint32_t) |
int DetectBase64DecodeDoMatch | ( | DetectEngineThreadCtx * | , |
const Signature * | , | ||
const SigMatchData * | , | ||
const uint8_t * | , | ||
uint32_t | |||
) |
Definition at line 66 of file detect-base64-decode.c.
References DetectEngineThreadCtx_::base64_decoded, DetectEngineThreadCtx_::base64_decoded_len, DetectEngineThreadCtx_::buffer_offset, DetectBase64Decode_::bytes, SigMatchData_::ctx, DEBUG_VALIDATE_BUG_ON, MIN, DetectBase64Decode_::offset, payload_len, PrintRawDataFp(), DetectBase64Decode_::relative, and SCLogDebug.
void DetectBase64DecodeRegister | ( | void | ) |
Definition at line 48 of file detect-base64-decode.c.
References SigTableElmt_::desc, DETECT_BASE64_DECODE, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().