|
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-private.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) |
Definition in file runmode-nflog.c.
| const char* RunModeIdsNflogGetDefaultMode | ( | void | ) |
Definition at line 206 of file runmode-nflog.c.
| void RunModeIdsNflogRegister | ( | void | ) |
Definition at line 211 of file runmode-nflog.c.
References RUNMODE_NFLOG, and RunModeRegisterNewRunMode().
