suricata
|
Go to the source code of this file.
Data Structures | |
struct | SCPlugin_ |
struct | SCCapturePlugin_ |
Macros | |
#define | PLUGIN_VAR_SIZE 64 |
Typedefs | |
typedef struct SCPlugin_ | SCPlugin |
typedef SCPlugin *(* | SCPluginRegisterFunc) (void) |
typedef struct SCCapturePlugin_ | SCCapturePlugin |
Functions | |
int | SCPluginRegisterCapture (SCCapturePlugin *) |
#define PLUGIN_VAR_SIZE 64 |
The size of the data chunk inside each packet structure a plugin has for private data (Packet->plugin_v).
Definition at line 31 of file suricata-plugin.h.
typedef struct SCCapturePlugin_ SCCapturePlugin |
typedef SCPlugin*(* SCPluginRegisterFunc) (void) |
Definition at line 42 of file suricata-plugin.h.
int SCPluginRegisterCapture | ( | SCCapturePlugin * | ) |