suricata
LogCustomFormatNode_ Struct Reference

#include <log-cf-common.h>

Data Fields

uint32_t type
 
uint32_t maxlen
 
char data [LOG_NODE_STRLEN]
 

Detailed Description

Definition at line 64 of file log-cf-common.h.

Field Documentation

◆ data

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().

◆ maxlen

uint32_t LogCustomFormatNode_::maxlen

Maximum length of the data

Definition at line 66 of file log-cf-common.h.

Referenced by LogCustomFormatAddNode(), and LogCustomFormatParse().

◆ type

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().


The documentation for this struct was generated from the following file: