#include <suricata-plugin.h>
|
char * | name |
|
void(* | Init )(const char *args, int plugin_slot, int receive_slot, int decode_slot) |
|
int(* | ThreadInit )(void *ctx, int thread_id, void **thread_ctx) |
|
int(* | ThreadDeinit )(void *ctx, void *thread_ctx) |
|
const char *(* | GetDefaultMode )(void) |
|
Definition at line 67 of file suricata-plugin.h.
◆ TAILQ_ENTRY()
◆ GetDefaultMode
const char*(* SCCapturePlugin_::GetDefaultMode) (void) |
◆ Init
void(* SCCapturePlugin_::Init) (const char *args, int plugin_slot, int receive_slot, int decode_slot) |
◆ name
char* SCCapturePlugin_::name |
◆ ThreadDeinit
int(* SCCapturePlugin_::ThreadDeinit) (void *ctx, void *thread_ctx) |
◆ ThreadInit
int(* SCCapturePlugin_::ThreadInit) (void *ctx, int thread_id, void **thread_ctx) |
The documentation for this struct was generated from the following file: