suricata
|
Go to the source code of this file.
Functions | |
void | TmModuleDecodeLibRegister (void) |
register a "Decode" module for suricata as a library. | |
LIB packet and stream decoding support
Definition in file source-lib.h.
void TmModuleDecodeLibRegister | ( | void | ) |
register a "Decode" module for suricata as a library.
The "Decode" module is the first module invoked when processing a packet
Definition at line 107 of file source-lib.c.
References TmModule_::cap_flags, TmModule_::flags, TmModule_::Func, TmModule_::name, TmModule_::ThreadDeinit, TmModule_::ThreadExitPrintStats, TmModule_::ThreadInit, TM_FLAG_DECODE_TM, TMM_DECODELIB, and tmm_modules.
Referenced by RegisterAllModules().