#include <stdint.h>
#include <stdbool.h>
#include "queue.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.
◆ SC_PLUGIN_API_VERSION
#define SC_PLUGIN_API_VERSION 8 |
◆ SCAppLayerPlugin
◆ SCCapturePlugin
◆ SCPlugin
Structure to define a Suricata plugin.
◆ SCPluginRegisterFunc
typedef SCPlugin*(* SCPluginRegisterFunc) (void) |
◆ SCPluginRegisterAppLayer()
◆ SCPluginRegisterCapture()