Go to the documentation of this file.
24 #ifndef SURICATA_DETECT_ENGINE_ANALYZER_H
25 #define SURICATA_DETECT_ENGINE_ANALYZER_H
void SetupEngineAnalysis(struct DetectEngineCtx_ *de_ctx, bool *, bool *)
main detection engine ctx
void EngineAnalysisFP(const struct DetectEngineCtx_ *de_ctx, const Signature *s, const char *line)
void EngineAnalysisRules(const struct DetectEngineCtx_ *de_ctx, const Signature *s, const char *line)
void EngineAnalysisRulesFailure(const struct DetectEngineCtx_ *de_ctx, const char *line, const char *file, int lineno)
void EngineAnalysisRules2(const struct DetectEngineCtx_ *de_ctx, const Signature *s)
void CleanupEngineAnalysis(struct DetectEngineCtx_ *de_ctx)