|
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, 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) |
| int | FirewallAnalyzer (const struct DetectEngineCtx_ *de_ctx) |
Definition in file detect-engine-analyzer.h.
| void CleanupEngineAnalysis | ( | struct DetectEngineCtx_ * | de_ctx | ) |
Definition at line 510 of file detect-engine-analyzer.c.
References EngineAnalysisCtx_::analyzer_items, de_ctx, DetectEngineCtx_::ea, EngineAnalysisCtx_::file_prefix, and SCFree.
Referenced by SigLoadSignatures().

| 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 EngineAnalysisRules2 | ( | const struct DetectEngineCtx_ * | de_ctx, |
| const Signature * | s | ||
| ) |
| void EngineAnalysisRulesFailure | ( | const struct DetectEngineCtx_ * | de_ctx, |
| const char * | line, | ||
| const char * | file, | ||
| int | lineno | ||
| ) |
| int FirewallAnalyzer | ( | const struct DetectEngineCtx_ * | de_ctx | ) |
| void SetupEngineAnalysis | ( | struct DetectEngineCtx_ * | de_ctx, |
| bool * | fp_analysis, | ||
| bool * | rule_analysis | ||
| ) |
Definition at line 474 of file detect-engine-analyzer.c.
References EngineAnalysisCtx_::analyzer_items, DetectEngineCtx_::config_prefix, de_ctx, DetectEngineCtx_::ea, FatalError, EngineAnalysisCtx_::file_prefix, SCCalloc, and SCFree.
Referenced by SigLoadSignatures().
