|
suricata
|
#include "suricata-common.h"#include "runmodes.h"#include "decode.h"#include "packet.h"#include "source-dpdk.h"#include "suricata.h"#include "threads.h"#include "threadvars.h"#include "tm-threads.h"#include "tmqh-packetpool.h"#include "util-privs.h"#include "util-device-private.h"#include "action-globals.h"
Go to the source code of this file.
Functions | |
| TmEcode | NoDPDKSupportExit (ThreadVars *tv, const void *initdata, void **data) |
| this function prints an error message and exits. More... | |
| void | TmModuleReceiveDPDKRegister (void) |
| void | TmModuleDecodeDPDKRegister (void) |
| Registration Function for DecodeDPDK. More... | |
DPDK capture interface
Definition in file source-dpdk.c.