|
suricata
|
#include <detect-flowint.h>

Data Fields | |
| char * | name |
| uint32_t | idx |
| uint8_t | modifier |
| uint8_t | targettype |
| union { | |
| uint32_t value | |
| TargetVar tvar | |
| } | target |
Context data for flowint vars
Definition at line 61 of file detect-flowint.h.
| uint32_t DetectFlowintData_::idx |
Definition at line 66 of file detect-flowint.h.
Referenced by DetectFlowintFree(), and DetectFlowintMatch().
| uint8_t DetectFlowintData_::modifier |
Definition at line 70 of file detect-flowint.h.
Referenced by DetectFlowintMatch().
| char* DetectFlowintData_::name |
Definition at line 64 of file detect-flowint.h.
Referenced by DetectFlowintFree(), and DetectFlowintMatch().
| union { ... } DetectFlowintData_::target |
Referenced by DetectFlowintFree(), and DetectFlowintMatch().
| uint8_t DetectFlowintData_::targettype |
Definition at line 71 of file detect-flowint.h.
Referenced by DetectFlowintFree(), and DetectFlowintMatch().
| TargetVar DetectFlowintData_::tvar |
Definition at line 77 of file detect-flowint.h.
Referenced by DetectFlowintFree(), and DetectFlowintMatch().
| uint32_t DetectFlowintData_::value |
Definition at line 75 of file detect-flowint.h.
Referenced by DetectFlowintMatch().