#include "autoconf.h"
#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 33 of file suricata-plugin.h.
◆ SCCapturePlugin
◆ SCPlugin
Structure to define a Suricata plugin.
◆ SCPluginFileType
Structure used to define a file type plugin.
Currently only used by the Eve output type.
◆ SCPluginRegisterCapture()
◆ SCPluginRegisterFileType()