suricata
|
Go to the source code of this file.
Data Structures | |
struct | TargetVar_ |
struct | DetectFlowintData_ |
Typedefs | |
typedef struct TargetVar_ | TargetVar |
typedef struct DetectFlowintData_ | DetectFlowintData |
Functions | |
void | DetectFlowintRegister (void) |
Definition in file detect-flowint.h.
typedef struct DetectFlowintData_ DetectFlowintData |
Context data for flowint vars
typedef struct TargetVar_ TargetVar |
If the target is another var, get the name and the idx
anonymous enum |
Flowint operations allowed
Definition at line 28 of file detect-flowint.h.
anonymous enum |
The target can be a value, or another variable already declared
Enumerator | |
---|---|
FLOWINT_TARGET_VAL | |
FLOWINT_TARGET_VAR | |
FLOWINT_TARGET_SELF |
Definition at line 49 of file detect-flowint.h.
void DetectFlowintRegister | ( | void | ) |
Definition at line 64 of file detect-flowint.c.
References SigTableElmt_::desc, DETECT_FLOWINT, DetectFlowintMatch(), SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().