#include <stdint.h>
#include <stdbool.h>
#include "conf.h"
Go to the source code of this file.
◆ PLUGIN_VAR_SIZE
#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.
◆ SCCapturePlugin
◆ SCEveFileType
Structure used to define an Eve output file type plugin.
◆ SCPlugin
Structure to define a Suricata plugin.
◆ SCPluginRegisterFunc
typedef SCPlugin*(* SCPluginRegisterFunc) (void) |
◆ SCPluginRegisterCapture()
◆ SCPluginRegisterEveFileType()
◆ SCRegisterEveFileType()