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