suricata
LogCustomFormat_ Struct Reference

#include <log-cf-common.h>

Collaboration diagram for LogCustomFormat_:

Data Fields

uint32_t cf_n
 
LogCustomFormatNodecf_nodes [LOG_MAXN_NODES]
 

Detailed Description

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

Field Documentation

◆ cf_n

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

◆ cf_nodes

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


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