|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-parse.h"#include "detect-priority.h"#include "detect-engine.h"#include "detect-engine-mpm.h"#include "util-error.h"#include "util-debug.h"#include "util-unittest.h"
Go to the source code of this file.
Macros | |
| #define | PARSE_REGEX "^\\s*(\\d+|\"\\d+\")\\s*$" |
Functions | |
| void | DetectPriorityRegister (void) |
| Registers the handler functions for the "priority" keyword. More... | |
Implements the priority keyword
Definition in file detect-priority.c.
| #define PARSE_REGEX "^\\s*(\\d+|\"\\d+\")\\s*$" |
Definition at line 38 of file detect-priority.c.
| void DetectPriorityRegister | ( | void | ) |
Registers the handler functions for the "priority" keyword.
Definition at line 49 of file detect-priority.c.
References SigTableElmt_::desc, DETECT_PRIORITY, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
