suricata
|
Go to the source code of this file.
Functions | |
void | PcapLogRegister (void) |
void | PcapLogProfileSetup (void) |
Pcap packet logging module.
Definition in file log-pcap.h.
void PcapLogProfileSetup | ( | void | ) |
Definition at line 1816 of file log-pcap.c.
References ConfGetNode(), ConfigGetLogDirectory(), ConfNodeChildValueIsTrue(), ConfNodeLookupChildValue(), ConfValIsTrue(), SC_ERR_MEM_ALLOC, SCLogError, SCLogInfo, SCMalloc, and unlikely.
Referenced by PcapLogRegister().
void PcapLogRegister | ( | void | ) |
Definition at line 205 of file log-pcap.c.
References LOGGER_PCAP, MODULE_NAME, OutputRegisterPacketModule(), PcapLogProfileSetup(), and SC_ATOMIC_INIT.
Referenced by OutputRegisterLoggers().