|
suricata
|

Go to the source code of this file.
Data Structures | |
| struct | DetectFlowbitsData_ |
Macros | |
| #define | DETECT_FLOWBITS_CMD_SET 0 |
| #define | DETECT_FLOWBITS_CMD_TOGGLE 1 |
| #define | DETECT_FLOWBITS_CMD_UNSET 2 |
| #define | DETECT_FLOWBITS_CMD_ISNOTSET 3 |
| #define | DETECT_FLOWBITS_CMD_ISSET 4 |
| #define | DETECT_FLOWBITS_CMD_MAX 5 |
Typedefs | |
| typedef struct DetectFlowbitsData_ | DetectFlowbitsData |
Functions | |
| void | DetectFlowbitsRegister (void) |
Definition in file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_ISNOTSET 3 |
Definition at line 32 of file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_ISSET 4 |
Definition at line 33 of file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_MAX 5 |
Definition at line 34 of file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_SET 0 |
Definition at line 29 of file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_TOGGLE 1 |
Definition at line 30 of file detect-flowbits.h.
| #define DETECT_FLOWBITS_CMD_UNSET 2 |
Definition at line 31 of file detect-flowbits.h.
| typedef struct DetectFlowbitsData_ DetectFlowbitsData |
| void DetectFlowbitsRegister | ( | void | ) |
Definition at line 71 of file detect-flowbits.c.
References SigTableElmt_::desc, DETECT_FLOWBITS, DetectFlowbitMatch(), SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

