#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 | pluginOutput (PACKET *, char *args) |
Outputs something. Maybe. More... |
Definition in file outplug.h.
|
Cleanup the plugin.
Definition at line 90 of file rubicon_snort.c. |
|
Initialise the plugin.
Definition at line 73 of file rubicon_snort.c. |
|
Outputs something. Maybe.
Definition at line 112 of file rubicon_file.c. |
|
Registration function.
Definition at line 39 of file rubicon_snort.c. |