|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-entropy.h"#include "util-var-name.h"#include "flow-var.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| bool | DetectEntropyDoMatch (DetectEngineThreadCtx *det_ctx, const Signature *s, const SigMatchCtx *ctx, Flow *flow, const uint8_t *buffer, const uint32_t buffer_len) |
| void | DetectEntropyRegister (void) |
| bool DetectEntropyDoMatch | ( | DetectEngineThreadCtx * | det_ctx, |
| const Signature * | s, | ||
| const SigMatchCtx * | ctx, | ||
| Flow * | flow, | ||
| const uint8_t * | buffer, | ||
| const uint32_t | buffer_len | ||
| ) |
Definition at line 74 of file detect-entropy.c.
References ctx, and FlowVarAddFloat().

| void DetectEntropyRegister | ( | void | ) |
Definition at line 88 of file detect-entropy.c.
References SigTableElmt_::desc, DETECT_ENTROPY, SigTableElmt_::Free, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
