|
suricata
|
#include <detect-flowbits.h>
Data Fields | |
| uint32_t | idx |
| uint8_t | cmd |
| uint8_t | or_list_size |
| bool | post_rule_match_prefilter |
| uint32_t * | or_list |
Definition at line 65 of file detect-flowbits.h.
| uint8_t DetectFlowbitsData_::cmd |
Definition at line 67 of file detect-flowbits.h.
Referenced by DetectFlowbitMatch(), and DetectFlowbitsAnalyzeSignature().
| uint32_t DetectFlowbitsData_::idx |
Definition at line 66 of file detect-flowbits.h.
Referenced by DetectFlowbitFree().
| uint32_t* DetectFlowbitsData_::or_list |
Definition at line 72 of file detect-flowbits.h.
Referenced by DetectFlowbitFree(), and DetectFlowbitsAnalyzeSignature().
| uint8_t DetectFlowbitsData_::or_list_size |
Definition at line 68 of file detect-flowbits.h.
Referenced by DetectFlowbitFree(), and DetectFlowbitsAnalyzeSignature().
| bool DetectFlowbitsData_::post_rule_match_prefilter |
Flag to trigger post rule match prefilter following a 'set' match. set command should trigger post-rule-match "prefilter"
Definition at line 70 of file detect-flowbits.h.