suricata
|
#include <detect.h>
Data Fields | |
struct DetectContentData_ * | cd |
uint8_t * | found |
struct DetectReplaceList_ * | next |
struct DetectContentData_* DetectReplaceList_::cd |
Definition at line 719 of file detect.h.
Referenced by DetectReplaceAddToList(), and DetectReplaceExecuteInternal().
uint8_t* DetectReplaceList_::found |
Definition at line 720 of file detect.h.
Referenced by DetectReplaceAddToList(), and DetectReplaceExecuteInternal().
struct DetectReplaceList_* DetectReplaceList_::next |
Definition at line 721 of file detect.h.
Referenced by DetectReplaceAddToList(), DetectReplaceExecuteInternal(), and DetectReplaceFreeInternal().