suricata
|
Data Fields | |
AppProto | alproto |
TxLogger | LogFunc |
TxLoggerCondition | LogCondition |
void * | initdata |
struct OutputTxLogger_ * | next |
const char * | name |
LoggerId | logger_id |
uint32_t | id |
int | tc_log_progress |
int | ts_log_progress |
TmEcode(* | ThreadInit )(ThreadVars *, const void *, void **) |
TmEcode(* | ThreadDeinit )(ThreadVars *, void *) |
Definition at line 48 of file output-tx.c.
AppProto OutputTxLogger_::alproto |
Definition at line 49 of file output-tx.c.
uint32_t OutputTxLogger_::id |
Definition at line 56 of file output-tx.c.
void* OutputTxLogger_::initdata |
Definition at line 52 of file output-tx.c.
TxLoggerCondition OutputTxLogger_::LogCondition |
Definition at line 51 of file output-tx.c.
TxLogger OutputTxLogger_::LogFunc |
Definition at line 50 of file output-tx.c.
LoggerId OutputTxLogger_::logger_id |
Definition at line 55 of file output-tx.c.
const char* OutputTxLogger_::name |
Definition at line 54 of file output-tx.c.
struct OutputTxLogger_* OutputTxLogger_::next |
Definition at line 53 of file output-tx.c.
int OutputTxLogger_::tc_log_progress |
Definition at line 57 of file output-tx.c.
TmEcode(* OutputTxLogger_::ThreadDeinit) (ThreadVars *, void *) |
Definition at line 60 of file output-tx.c.
TmEcode(* OutputTxLogger_::ThreadInit) (ThreadVars *, const void *, void **) |
Definition at line 59 of file output-tx.c.
int OutputTxLogger_::ts_log_progress |
Definition at line 58 of file output-tx.c.