suricata
|
Go to the source code of this file.
Functions | |
void | DetectEntropyRegister (void) |
bool | DetectEntropyDoMatch (DetectEngineThreadCtx *det_ctx, const Signature *s, const SigMatchCtx *ctx, const uint8_t *buffer, const uint32_t buffer_len) |
bool DetectEntropyDoMatch | ( | DetectEngineThreadCtx * | det_ctx, |
const Signature * | s, | ||
const SigMatchCtx * | ctx, | ||
const uint8_t * | buffer, | ||
const uint32_t | buffer_len | ||
) |
Definition at line 62 of file detect-entropy.c.
References ctx.
void DetectEntropyRegister | ( | void | ) |
Definition at line 68 of file detect-entropy.c.
References SigTableElmt_::desc, DETECT_BYTE_EXTRACT, DETECT_ENTROPY, SigTableElmt_::Free, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().