suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectTemplate2Data_ |
Macros | |
#define | DETECT_TEMPLATE2_LT 0 |
#define | DETECT_TEMPLATE2_EQ 1 |
#define | DETECT_TEMPLATE2_GT 2 |
#define | DETECT_TEMPLATE2_RA 3 |
Typedefs | |
typedef struct DetectTemplate2Data_ | DetectTemplate2Data |
Functions | |
void | DetectTemplate2Register (void) |
Registration function for template2: keyword. More... | |
Definition in file detect-template2.h.
#define DETECT_TEMPLATE2_EQ 1 |
"equals" operator (default)
Definition at line 29 of file detect-template2.h.
#define DETECT_TEMPLATE2_GT 2 |
"greater than" operator
Definition at line 30 of file detect-template2.h.
#define DETECT_TEMPLATE2_LT 0 |
"less than" operator
Definition at line 28 of file detect-template2.h.
#define DETECT_TEMPLATE2_RA 3 |
"range" operator
Definition at line 31 of file detect-template2.h.
typedef struct DetectTemplate2Data_ DetectTemplate2Data |
void DetectTemplate2Register | ( | void | ) |
Registration function for template2: keyword.
Definition at line 56 of file detect-template2.c.
References SigTableElmt_::desc, DETECT_TEMPLATE2, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().