|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "decode.h"#include "packet-queue.h"#include "threads.h"#include "threadvars.h"#include "tm-threads.h"#include "tm-modules.h"#include "tm-queuehandlers.h"#include "tmqh-packetpool.h"#include "runmodes.h"#include "util-error.h"#include "util-device-private.h"#include "util-datalink.h"
Go to the source code of this file.
Functions | |
| TmEcode | NoNFLOGSupportExit (ThreadVars *, const void *, void **) |
| void | TmModuleReceiveNFLOGRegister (void) |
| void | TmModuleDecodeNFLOGRegister (void) |
Netfilter's netfilter_log support
Definition in file source-nflog.c.
| TmEcode NoNFLOGSupportExit | ( | ThreadVars * | tv, |
| const void * | initdata, | ||
| void ** | data | ||
| ) |
Handle the case where no NFLOG support is compiled in.
Definition at line 61 of file source-nflog.c.
References ThreadVars_::name, SCLogError, and tv.
Referenced by TmModuleDecodeNFLOGRegister(), and TmModuleReceiveNFLOGRegister().

| void TmModuleDecodeNFLOGRegister | ( | void | ) |
Definition at line 55 of file source-nflog.c.
References TmModule_::name, NoNFLOGSupportExit(), TmModule_::ThreadInit, TMM_DECODENFLOG, and tmm_modules.
Referenced by RegisterAllModules().


| void TmModuleReceiveNFLOGRegister | ( | void | ) |
Definition at line 49 of file source-nflog.c.
References TmModule_::name, NoNFLOGSupportExit(), TmModule_::ThreadInit, tmm_modules, and TMM_RECEIVENFLOG.
Referenced by RegisterAllModules().

