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 86 of file detect-content.h.
uint8_t* DetectContentData_::content |
Definition at line 87 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and DetectContentSetup().
uint16_t DetectContentData_::content_len |
Definition at line 88 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPatternPrettyPrint(), DetectContentPrint(), DetectContentSetup(), DetectEngineContentInspection(), DetectReplaceAddToList(), and DumpPatterns().
uint16_t DetectContentData_::depth |
Definition at line 99 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), DetectEngineContentInspection(), and SigParseApplyDsizeToContent().
int32_t DetectContentData_::distance |
Definition at line 101 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and DetectEngineContentInspection().
uint32_t DetectContentData_::flags |
Definition at line 97 of file detect-content.h.
Referenced by DetectContentPrint(), DetectContentSetup(), DetectEngineContentInspection(), DumpPatterns(), EngineAnalysisFP(), RetrieveFPForSig(), and SigParseApplyDsizeToContent().
uint16_t DetectContentData_::fp_chop_len |
Definition at line 91 of file detect-content.h.
uint16_t DetectContentData_::fp_chop_offset |
Definition at line 93 of file detect-content.h.
PatIntId DetectContentData_::id |
Definition at line 98 of file detect-content.h.
Referenced by DetectContentPrint(), DetectEngineContentInspection(), and SigParseApplyDsizeToContent().
uint16_t DetectContentData_::offset |
Definition at line 100 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and DetectEngineContentInspection().
uint8_t* DetectContentData_::replace |
Definition at line 106 of file detect-content.h.
Referenced by DetectContentPrint(), and DetectReplaceExecuteInternal().
uint16_t DetectContentData_::replace_len |
Definition at line 89 of file detect-content.h.
Referenced by DetectContentPrint(), DetectReplaceAddToList(), and DetectReplaceExecuteInternal().
SpmCtx* DetectContentData_::spm_ctx |
Definition at line 104 of file detect-content.h.
Referenced by DetectContentFree(), DetectContentParse(), and DetectEngineContentInspection().
int32_t DetectContentData_::within |
Definition at line 102 of file detect-content.h.
Referenced by DetectContentParse(), DetectContentPrint(), and DetectEngineContentInspection().