suricata
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | SetupEngineAnalysis (struct DetectEngineCtx_ *de_ctx, bool *, bool *) |
void | CleanupEngineAnalysis (struct DetectEngineCtx_ *de_ctx) |
void | EngineAnalysisFP (const struct DetectEngineCtx_ *de_ctx, const Signature *s, char *line) |
void | EngineAnalysisRules (const struct DetectEngineCtx_ *de_ctx, const Signature *s, const char *line) |
void | EngineAnalysisRulesFailure (const struct DetectEngineCtx_ *de_ctx, char *line, char *file, int lineno) |
void | EngineAnalysisRules2 (const struct DetectEngineCtx_ *de_ctx, const Signature *s) |
Definition in file detect-engine-analyzer.h.
void CleanupEngineAnalysis | ( | struct DetectEngineCtx_ * | de_ctx | ) |
Definition at line 510 of file detect-engine-analyzer.c.
References de_ctx, and DetectEngineCtx_::ea.
void EngineAnalysisFP | ( | const struct DetectEngineCtx_ * | de_ctx, |
const Signature * | s, | ||
char * | line | ||
) |
void EngineAnalysisRules | ( | const struct DetectEngineCtx_ * | de_ctx, |
const Signature * | s, | ||
const char * | line | ||
) |
void EngineAnalysisRules2 | ( | const struct DetectEngineCtx_ * | de_ctx, |
const Signature * | s | ||
) |
void EngineAnalysisRulesFailure | ( | const struct DetectEngineCtx_ * | de_ctx, |
char * | line, | ||
char * | file, | ||
int | lineno | ||
) |
void SetupEngineAnalysis | ( | struct DetectEngineCtx_ * | de_ctx, |
bool * | , | ||
bool * | |||
) |
Definition at line 474 of file detect-engine-analyzer.c.
References DetectEngineCtx_::config_prefix, de_ctx, DetectEngineCtx_::ea, FatalError, EngineAnalysisCtx_::file_prefix, and SCCalloc.
Referenced by SigLoadSignatures().