suricata
|
#include "suricata-common.h"
#include "tm-threads.h"
#include "conf.h"
#include "runmodes.h"
#include "runmode-erf-dag.h"
#include "output.h"
#include "detect-engine.h"
#include "util-debug.h"
#include "util-time.h"
#include "util-cpu.h"
#include "util-affinity.h"
#include "util-runmodes.h"
Go to the source code of this file.
Functions | |
const char * | RunModeErfDagGetDefaultMode (void) |
void | RunModeErfDagRegister (void) |
int | RunModeIdsErfDagSingle (void) |
int | RunModeIdsErfDagAutoFp (void) |
int | RunModeIdsErfDagWorkers (void) |
const char* RunModeErfDagGetDefaultMode | ( | void | ) |
Definition at line 43 of file runmode-erf-dag.c.
void RunModeErfDagRegister | ( | void | ) |
Definition at line 48 of file runmode-erf-dag.c.
References RUNMODE_DAG, RunModeIdsErfDagAutoFp(), RunModeIdsErfDagSingle(), RunModeIdsErfDagWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsErfDagAutoFp | ( | void | ) |
Definition at line 90 of file runmode-erf-dag.c.
References RunModeSetLiveCaptureAutoFp(), SCEnter, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().
int RunModeIdsErfDagSingle | ( | void | ) |
Definition at line 67 of file runmode-erf-dag.c.
References RunModeSetLiveCaptureSingle(), SCEnter, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().
int RunModeIdsErfDagWorkers | ( | void | ) |
Definition at line 109 of file runmode-erf-dag.c.
References RunModeSetLiveCaptureWorkers(), SCEnter, and TimeModeSetLive().
Referenced by RunModeErfDagRegister().