#include "plugin.h"
#include "packet.h"
Go to the source code of this file.
Functions | |
int | pluginRegister (INPLUG **, ANPLUG **, PROTOPLUG **, OUTPLUG **, int(*DecodeCallback)(PACKET*,PROTO)) |
Registration function. More... | |
int | pluginInit (int ct, char **inits) |
Initialise the plugin. More... | |
int | pluginCleanup (int reason) |
Cleanup the plugin. More... | |
int | pluginGetPacket (int iSrc, char *sSrc, PACKET **) |
Gets a packet. More... |
Definition in file inplug.h.
|
Cleanup the plugin.
Definition at line 90 of file rubicon_snort.c. |
|
Gets a packet.
Definition at line 116 of file rubicon_ipq.c. |
|
Initialise the plugin.
Definition at line 73 of file rubicon_snort.c. |
|
Registration function.
Definition at line 39 of file rubicon_snort.c. |