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 391 of file detect-flowbits.c.
uint16_t FBAnalyze::cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 392 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::isnotset_sids |
Definition at line 403 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isnotset_sids_idx |
Definition at line 404 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isnotset_sids_size |
Definition at line 405 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::isset_sids |
Definition at line 399 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isset_sids_idx |
Definition at line 400 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::isset_sids_size |
Definition at line 401 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::set_sids |
Definition at line 395 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::set_sids_idx |
Definition at line 396 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::set_sids_size |
Definition at line 397 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint16_t FBAnalyze::state_cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 393 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::toggle_sids |
Definition at line 411 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::toggle_sids_idx |
Definition at line 412 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::toggle_sids_size |
Definition at line 413 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t* FBAnalyze::unset_sids |
Definition at line 407 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::unset_sids_idx |
Definition at line 408 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().
uint32_t FBAnalyze::unset_sids_size |
Definition at line 409 of file detect-flowbits.c.
Referenced by DetectFlowbitsAnalyze().