suricata
OutputPacketLogger_ Struct Reference
Collaboration diagram for OutputPacketLogger_:

Data Fields

PacketLogger LogFunc
 
PacketLogCondition ConditionFunc
 
void * initdata
 
struct OutputPacketLogger_next
 
const char * name
 
LoggerId logger_id
 
ThreadInitFunc ThreadInit
 
ThreadDeinitFunc ThreadDeinit
 

Detailed Description

Definition at line 41 of file output-packet.c.

Field Documentation

◆ ConditionFunc

PacketLogCondition OutputPacketLogger_::ConditionFunc

Definition at line 43 of file output-packet.c.

◆ initdata

void* OutputPacketLogger_::initdata

Data that will be passed to the ThreadInit callback.

Definition at line 45 of file output-packet.c.

◆ LogFunc

PacketLogger OutputPacketLogger_::LogFunc

Definition at line 42 of file output-packet.c.

◆ logger_id

LoggerId OutputPacketLogger_::logger_id

Definition at line 48 of file output-packet.c.

◆ name

const char* OutputPacketLogger_::name

Definition at line 47 of file output-packet.c.

◆ next

struct OutputPacketLogger_* OutputPacketLogger_::next

Definition at line 46 of file output-packet.c.

◆ ThreadDeinit

ThreadDeinitFunc OutputPacketLogger_::ThreadDeinit

Definition at line 50 of file output-packet.c.

◆ ThreadInit

ThreadInitFunc OutputPacketLogger_::ThreadInit

Definition at line 49 of file output-packet.c.


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