|
suricata
|
#include <detect-flowvar.h>
Data Fields | |
| char * | name |
| uint32_t | idx |
| uint8_t * | content |
| uint16_t | content_len |
| bool | post_match |
| uint32_t | flags |
Definition at line 27 of file detect-flowvar.h.
| uint8_t* DetectFlowvarData_::content |
Definition at line 30 of file detect-flowvar.h.
Referenced by DetectFlowvarMatch().
| uint16_t DetectFlowvarData_::content_len |
Definition at line 31 of file detect-flowvar.h.
Referenced by DetectFlowvarMatch().
| uint32_t DetectFlowvarData_::flags |
Definition at line 34 of file detect-flowvar.h.
| uint32_t DetectFlowvarData_::idx |
Definition at line 29 of file detect-flowvar.h.
Referenced by DetectFlowvarMatch(), and DetectFlowvarPostMatchSetup().
| char* DetectFlowvarData_::name |
Definition at line 28 of file detect-flowvar.h.
| bool DetectFlowvarData_::post_match |
set to true if used in a post-match
Definition at line 33 of file detect-flowvar.h.
Referenced by DetectFlowvarPostMatchSetup().