suricata
|
Go to the source code of this file.
Functions | |
void | TmModuleReceiveErfFileRegister (void) |
Register the ERF file receiver (reader) module. More... | |
void | TmModuleDecodeErfFileRegister (void) |
Register the ERF file decoder module. More... | |
Definition in file source-erf-file.h.
void TmModuleDecodeErfFileRegister | ( | void | ) |
Register the ERF file decoder module.
Definition at line 98 of file source-erf-file.c.
References TmModule_::name, TmModule_::ThreadInit, TMM_DECODEERFFILE, and tmm_modules.
Referenced by RegisterAllModules().
void TmModuleReceiveErfFileRegister | ( | void | ) |
Register the ERF file receiver (reader) module.
Definition at line 80 of file source-erf-file.c.
References TmModule_::cap_flags, TmModule_::flags, TmModule_::Func, TmModule_::name, TmModule_::PktAcqBreakLoop, TmModule_::PktAcqLoop, ReceiveErfFileLoop(), ReceiveErfFileThreadExitStats(), ReceiveErfFileThreadInit(), TmModule_::ThreadDeinit, TmModule_::ThreadExitPrintStats, TmModule_::ThreadInit, TM_FLAG_RECEIVE_TM, tmm_modules, and TMM_RECEIVEERFFILE.
Referenced by RegisterAllModules().