|
suricata
|
#include <detect-flowbits.h>

Data Fields | |
| uint16_t | cnts [DETECT_FLOWBITS_CMD_MAX] |
| uint16_t | state_cnts [DETECT_FLOWBITS_CMD_MAX] |
| SigIdentifier * | set_iids |
| uint32_t | set_iids_idx |
| uint32_t | set_iids_size |
| SigIdentifier * | isset_iids |
| uint32_t | isset_iids_idx |
| uint32_t | isset_iids_size |
| SigIdentifier * | isnotset_iids |
| uint32_t | isnotset_iids_idx |
| uint32_t | isnotset_iids_size |
| SigIdentifier * | unset_iids |
| uint32_t | unset_iids_idx |
| uint32_t | unset_iids_size |
Definition at line 44 of file detect-flowbits.h.
| uint16_t FBAnalyze::cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 45 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze(), and DetectFlowbitsAnalyzeSignature().
| SigIdentifier* FBAnalyze::isnotset_iids |
Definition at line 56 of file detect-flowbits.h.
| uint32_t FBAnalyze::isnotset_iids_idx |
Definition at line 57 of file detect-flowbits.h.
| uint32_t FBAnalyze::isnotset_iids_size |
Definition at line 58 of file detect-flowbits.h.
| SigIdentifier* FBAnalyze::isset_iids |
Definition at line 52 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze().
| uint32_t FBAnalyze::isset_iids_idx |
Definition at line 53 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze().
| uint32_t FBAnalyze::isset_iids_size |
Definition at line 54 of file detect-flowbits.h.
| SigIdentifier* FBAnalyze::set_iids |
Definition at line 48 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze().
| uint32_t FBAnalyze::set_iids_idx |
Definition at line 49 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze().
| uint32_t FBAnalyze::set_iids_size |
Definition at line 50 of file detect-flowbits.h.
| uint16_t FBAnalyze::state_cnts[DETECT_FLOWBITS_CMD_MAX] |
Definition at line 46 of file detect-flowbits.h.
Referenced by DetectFlowbitsAnalyze(), and DetectFlowbitsAnalyzeSignature().
| SigIdentifier* FBAnalyze::unset_iids |
Definition at line 60 of file detect-flowbits.h.
| uint32_t FBAnalyze::unset_iids_idx |
Definition at line 61 of file detect-flowbits.h.
| uint32_t FBAnalyze::unset_iids_size |
Definition at line 62 of file detect-flowbits.h.