suricata
|
Structure used to hold the line_no details of a FG filter. More...
#include <util-debug-filters.h>
Data Fields | |
int | line |
struct SCLogFGFilterLine_ * | next |
Structure used to hold the line_no details of a FG filter.
Definition at line 42 of file util-debug-filters.h.
int SCLogFGFilterLine_::line |
Definition at line 43 of file util-debug-filters.h.
Referenced by SCLogAddToFGFFileList(), SCLogAddToFGFFuncList(), and SCLogAddToFGFLineList().
struct SCLogFGFilterLine_* SCLogFGFilterLine_::next |
Definition at line 45 of file util-debug-filters.h.
Referenced by SCLogAddToFGFLineList().