suricata
|
#include <log-cf-common.h>
Data Fields | |
uint32_t | cf_n |
LogCustomFormatNode * | cf_nodes [LOG_MAXN_NODES] |
Definition at line 71 of file log-cf-common.h.
uint32_t LogCustomFormat_::cf_n |
Total number of custom string format nodes
Definition at line 72 of file log-cf-common.h.
Referenced by LogCustomFormatAddNode(), LogCustomFormatFree(), and LogCustomFormatParse().
LogCustomFormatNode* LogCustomFormat_::cf_nodes[LOG_MAXN_NODES] |
Custom format string nodes
Definition at line 73 of file log-cf-common.h.
Referenced by LogCustomFormatAddNode(), and LogCustomFormatFree().