suricata
|
Data Fields | |
uint16_t | cnts [DETECT_FLOWBITS_CMD_MAX] |
uint16_t | state_cnts [DETECT_FLOWBITS_CMD_MAX] |
uint32_t * | set_sids |
uint32_t | set_sids_idx |
uint32_t | set_sids_size |
uint32_t * | isset_sids |
uint32_t | isset_sids_idx |
uint32_t | isset_sids_size |
uint32_t * | isnotset_sids |
uint32_t | isnotset_sids_idx |
uint32_t | isnotset_sids_size |
uint32_t * | unset_sids |
uint32_t | unset_sids_idx |
uint32_t | unset_sids_size |
uint32_t * | toggle_sids |
uint32_t | toggle_sids_idx |
uint32_t | toggle_sids_size |
Definition at line 379 of file detect-flowbits.c.
uint16_t FBAnalyze::cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 380 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::isnotset_sids |
Definition at line 391 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isnotset_sids_idx |
Definition at line 392 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isnotset_sids_size |
Definition at line 393 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::isset_sids |
Definition at line 387 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isset_sids_idx |
Definition at line 388 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isset_sids_size |
Definition at line 389 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::set_sids |
Definition at line 383 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::set_sids_idx |
Definition at line 384 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::set_sids_size |
Definition at line 385 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint16_t FBAnalyze::state_cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 381 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::toggle_sids |
Definition at line 399 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::toggle_sids_idx |
Definition at line 400 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::toggle_sids_size |
Definition at line 401 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::unset_sids |
Definition at line 395 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::unset_sids_idx |
Definition at line 396 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::unset_sids_size |
Definition at line 397 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().