suricata
|
#include <detect-flowbits.h>
Data Fields | |
uint32_t | idx |
uint8_t | cmd |
uint8_t | or_list_size |
uint32_t * | or_list |
Definition at line 35 of file detect-flowbits.h.
uint8_t DetectFlowbitsData_::cmd |
Definition at line 37 of file detect-flowbits.h.
Referenced by DetectFlowbitMatch(), and DetectFlowbitsAnalyze().
uint32_t DetectFlowbitsData_::idx |
Definition at line 36 of file detect-flowbits.h.
Referenced by DetectFlowbitFree(), and DetectFlowbitsAnalyze().
uint32_t* DetectFlowbitsData_::or_list |
Definition at line 39 of file detect-flowbits.h.
Referenced by DetectFlowbitFree(), and DetectFlowbitsAnalyze().
uint8_t DetectFlowbitsData_::or_list_size |
Definition at line 38 of file detect-flowbits.h.
Referenced by DetectFlowbitFree(), and DetectFlowbitsAnalyze().