suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectIPRepData_ |
Macros | |
#define | DETECT_IPREP_CMD_ANY 0 |
#define | DETECT_IPREP_CMD_BOTH 1 |
#define | DETECT_IPREP_CMD_SRC 2 |
#define | DETECT_IPREP_CMD_DST 3 |
#define | DETECT_IPREP_OP_LT 0 |
#define | DETECT_IPREP_OP_GT 1 |
#define | DETECT_IPREP_OP_EQ 2 |
Typedefs | |
typedef struct DetectIPRepData_ | DetectIPRepData |
Functions | |
void | DetectIPRepRegister (void) |
Definition in file detect-iprep.h.
#define DETECT_IPREP_CMD_ANY 0 |
Definition at line 28 of file detect-iprep.h.
#define DETECT_IPREP_CMD_BOTH 1 |
Definition at line 29 of file detect-iprep.h.
#define DETECT_IPREP_CMD_DST 3 |
Definition at line 31 of file detect-iprep.h.
#define DETECT_IPREP_CMD_SRC 2 |
Definition at line 30 of file detect-iprep.h.
#define DETECT_IPREP_OP_EQ 2 |
Definition at line 35 of file detect-iprep.h.
#define DETECT_IPREP_OP_GT 1 |
Definition at line 34 of file detect-iprep.h.
#define DETECT_IPREP_OP_LT 0 |
Definition at line 33 of file detect-iprep.h.
typedef struct DetectIPRepData_ DetectIPRepData |
void DetectIPRepRegister | ( | void | ) |
Definition at line 64 of file detect-iprep.c.
References SigTableElmt_::desc, DETECT_IPREP, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().