suricata
|
Go to the source code of this file.
Macros | |
#define | PCAP_OUTPUT_BUFFER_SIZE 65535 |
Functions | |
void | PcapLogRegister (void) |
void | PcapLogProfileSetup (void) |
char * | PcapLogGetFilename (void) |
Pcap packet logging module.
Definition in file log-pcap.h.
#define PCAP_OUTPUT_BUFFER_SIZE 65535 |
Definition at line 31 of file log-pcap.h.
char * PcapLogGetFilename | ( | void | ) |
Definition at line 1826 of file log-pcap.c.
References pcap_file_thread.
void PcapLogProfileSetup | ( | void | ) |
Definition at line 1950 of file log-pcap.c.
References FatalError, SCConfGetNode(), SCConfigGetLogDirectory(), SCConfNodeChildValueIsTrue(), SCConfNodeLookupChildValue(), SCConfValIsTrue(), SCLogInfo, SCMalloc, and unlikely.
Referenced by PcapLogRegister().
void PcapLogRegister | ( | void | ) |
Definition at line 219 of file log-pcap.c.
References OutputPacketLoggerFunctions_::LogFunc, LOGGER_PCAP, MODULE_NAME, OutputRegisterPacketModule(), PcapLogProfileSetup(), SC_ATOMIC_INIT, and SC_ATOMIC_SET.
Referenced by OutputRegisterLoggers().