suricata
|
#include "suricata-common.h"
#include "tm-threads.h"
#include "conf.h"
#include "runmodes.h"
#include "runmode-nflog.h"
#include "util-debug.h"
#include "util-device.h"
#include "util-runmodes.h"
#include "util-misc.h"
#include "source-nflog.h"
Go to the source code of this file.
Functions | |
const char * | RunModeIdsNflogGetDefaultMode (void) |
void | RunModeIdsNflogRegister (void) |
int | RunModeIdsNflogAutoFp (void) |
int | RunModeIdsNflogSingle (void) |
int | RunModeIdsNflogWorkers (void) |
Definition in file runmode-nflog.c.
int RunModeIdsNflogAutoFp | ( | void | ) |
Definition at line 168 of file runmode-nflog.c.
References FatalError, RunModeInitialize(), RunModeSetLiveCaptureAutoFp(), SC_ERR_FATAL, SCEnter, SCLogInfo, SCReturnInt, thread_name_autofp, and TimeModeSetLive().
Referenced by RunModeIdsNflogRegister().
const char* RunModeIdsNflogGetDefaultMode | ( | void | ) |
Definition at line 36 of file runmode-nflog.c.
Referenced by RunModeDispatch().
void RunModeIdsNflogRegister | ( | void | ) |
Definition at line 41 of file runmode-nflog.c.
References RUNMODE_NFLOG, RunModeIdsNflogAutoFp(), RunModeIdsNflogSingle(), RunModeIdsNflogWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsNflogSingle | ( | void | ) |
Definition at line 195 of file runmode-nflog.c.
References FatalError, RunModeInitialize(), RunModeSetLiveCaptureSingle(), SC_ERR_FATAL, SCEnter, SCLogInfo, SCReturnInt, thread_name_single, and TimeModeSetLive().
Referenced by RunModeIdsNflogRegister().
int RunModeIdsNflogWorkers | ( | void | ) |
Definition at line 222 of file runmode-nflog.c.
References FatalError, RunModeInitialize(), RunModeSetLiveCaptureWorkers(), SC_ERR_FATAL, SCEnter, SCLogInfo, SCReturnInt, thread_name_workers, and TimeModeSetLive().
Referenced by RunModeIdsNflogRegister().