suricata
|
#include "util-config.h"
Go to the source code of this file.
Data Structures | |
struct | DetectConfigData_ |
Typedefs | |
typedef struct DetectConfigData_ | DetectConfigData |
Functions | |
void | DetectConfigRegister (void) |
Registers the "config" keyword for detection. | |
Definition in file detect-config.h.
typedef struct DetectConfigData_ DetectConfigData |
void DetectConfigRegister | ( | void | ) |
Registers the "config" keyword for detection.
Definition at line 74 of file detect-config.c.
References DETECT_CONFIG, DetectSetupParseRegexes(), SigTableElmt_::flags, SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, PARSE_REGEX, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIGMATCH_SUPPORT_FIREWALL, and sigmatch_table.
Referenced by SigTableSetup().