Go to the documentation of this file.
24 #ifndef __DETECT_ENGINE_ANALYZER_H__
25 #define __DETECT_ENGINE_ANALYZER_H__
void EngineAnalysisFP(const DetectEngineCtx *de_ctx, const Signature *s, char *line)
void CleanupFPAnalyzer(void)
main detection engine ctx
void EngineAnalysisRulesFailure(char *line, char *file, int lineno)
int SetupFPAnalyzer(void)
Sets up the fast pattern analyzer according to the config.
void EngineAnalysisRules2(const DetectEngineCtx *de_ctx, const Signature *s)
void CleanupRuleAnalyzer(void)
int PerCentEncodingSetup(void)
Compiles regex for rule analysis.
int SetupRuleAnalyzer(void)
Sets up the rule analyzer according to the config.
void EngineAnalysisRules(const DetectEngineCtx *de_ctx, const Signature *s, const char *line)
Prints analysis of loaded rules.