suricata
|
#include <detect-content.h>
Data Fields | |
uint8_t * | content |
uint16_t | content_len |
uint16_t | replace_len |
uint16_t | fp_chop_len |
uint16_t | fp_chop_offset |
uint32_t | flags |
PatIntId | id |
uint16_t | depth |
uint16_t | offset |
int32_t | distance |
int32_t | within |
SpmCtx * | spm_ctx |
uint8_t * | replace |
Definition at line 93 of file detect-content.h.
uint8_t* DetectContentData_::content |
Definition at line 94 of file detect-content.h.
Referenced by DetectContentConvertToNocase(), DetectContentParse(), DetectContentPrint(), DetectContentSetup(), and EngineAnalysisFP().
uint16_t DetectContentData_::content_len |
Definition at line 95 of file detect-content.h.
Referenced by DetectContentConvertToNocase(), DetectContentParse(), DetectContentPatternPrettyPrint(), DetectContentPrint(), DetectContentSetup(), DetectReplaceAddToList(), DumpPatterns(), EngineAnalysisFP(), and SigParseRequiredContentSize().
uint16_t DetectContentData_::depth |
Definition at line 106 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), SigParseApplyDsizeToContent(), and SigParseRequiredContentSize().
int32_t DetectContentData_::distance |
Definition at line 108 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and SigParseRequiredContentSize().
uint32_t DetectContentData_::flags |
Definition at line 104 of file detect-content.h.
Referenced by DetectContentConvertToNocase(), DetectContentPrint(), DetectContentSetup(), DumpPatterns(), EngineAnalysisFP(), RetrieveFPForSig(), SigParseApplyDsizeToContent(), and SigParseRequiredContentSize().
uint16_t DetectContentData_::fp_chop_len |
Definition at line 98 of file detect-content.h.
Referenced by EngineAnalysisFP().
uint16_t DetectContentData_::fp_chop_offset |
Definition at line 100 of file detect-content.h.
Referenced by EngineAnalysisFP().
PatIntId DetectContentData_::id |
Definition at line 105 of file detect-content.h.
Referenced by DetectContentPrint(), and SigParseApplyDsizeToContent().
uint16_t DetectContentData_::offset |
Definition at line 107 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and SigParseRequiredContentSize().
uint8_t* DetectContentData_::replace |
Definition at line 113 of file detect-content.h.
Referenced by DetectContentPrint(), and DetectReplaceExecuteInternal().
uint16_t DetectContentData_::replace_len |
Definition at line 96 of file detect-content.h.
Referenced by DetectContentPrint(), DetectReplaceAddToList(), and DetectReplaceExecuteInternal().
SpmCtx* DetectContentData_::spm_ctx |
Definition at line 111 of file detect-content.h.
Referenced by DetectContentConvertToNocase(), DetectContentFree(), and DetectContentParse().
int32_t DetectContentData_::within |
Definition at line 109 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and SigParseRequiredContentSize().