suricata
|
#include <log-cf-common.h>
Data Fields | |
uint32_t | type |
uint32_t | maxlen |
char | data [LOG_NODE_STRLEN] |
Definition at line 64 of file log-cf-common.h.
char LogCustomFormatNode_::data[LOG_NODE_STRLEN] |
optional data. ie: http header name
Definition at line 67 of file log-cf-common.h.
Referenced by LogCustomFormatAddNode(), and LogCustomFormatParse().
uint32_t LogCustomFormatNode_::maxlen |
Maximum length of the data
Definition at line 66 of file log-cf-common.h.
Referenced by LogCustomFormatAddNode(), and LogCustomFormatParse().
uint32_t LogCustomFormatNode_::type |
Node format type. ie: LOG_CF_LITERAL, ...
Definition at line 65 of file log-cf-common.h.
Referenced by LogCustomFormatAddNode(), and LogCustomFormatParse().