suricata
source-erf-dag.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void TmModuleReceiveErfDagRegister (void)
 Register the ERF file receiver (reader) module. More...
 
void TmModuleDecodeErfDagRegister (void)
 Register the ERF file decoder module. More...
 

Detailed Description

Author
Endace Technology Limited
Jason MacLulich jason.nosp@m..mac.nosp@m.lulic.nosp@m.h@en.nosp@m.dace..nosp@m.com

Definition in file source-erf-dag.h.

Function Documentation

◆ TmModuleDecodeErfDagRegister()

void TmModuleDecodeErfDagRegister ( void  )

Register the ERF file decoder module.

Definition at line 151 of file source-erf-dag.c.

References TmModule_::cap_flags, DecodeErfDag(), DecodeErfDagThreadDeinit(), DecodeErfDagThreadInit(), TmModule_::flags, TmModule_::Func, TmModule_::name, TmModule_::ThreadDeinit, TmModule_::ThreadExitPrintStats, TmModule_::ThreadInit, TM_FLAG_DECODE_TM, TMM_DECODEERFDAG, and tmm_modules.

Referenced by RegisterAllModules().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TmModuleReceiveErfDagRegister()

void TmModuleReceiveErfDagRegister ( void  )