suricata
|
#include <detect.h>
Public Member Functions | |
TAILQ_ENTRY (SigString_) next | |
Data Fields | |
char * | filename |
char * | sig_str |
char * | sig_error |
int | line |
SigString_::TAILQ_ENTRY | ( | SigString_ | ) |
char* SigString_::filename |
Definition at line 680 of file detect.h.
Referenced by DetectEngineCtxInitWithPrefix(), and SigStringAlloc().
int SigString_::line |
Definition at line 683 of file detect.h.
Referenced by SigStringAlloc().
char* SigString_::sig_error |
Definition at line 682 of file detect.h.
Referenced by DetectEngineCtxInitWithPrefix(), and SigStringAlloc().
char* SigString_::sig_str |
Definition at line 681 of file detect.h.
Referenced by DetectEngineCtxInitWithPrefix(), and SigStringAlloc().