#include "../../main/outplug.h"
#include "../../main/packet.h"
#include "../../main/memory.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_SYSLOG 0 |
Functions | |
int | pluginRegister (INPLUG **inp, ANPLUG **anp, PROTOPLUG **protop, OUTPLUG **outp, 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 *p, char *args) |
Outputs something. Maybe. More... |
Definition in file rubicon_syslog.c.
|
Definition at line 16 of file rubicon_syslog.c. |
|
Cleanup the plugin.
Definition at line 90 of file rubicon_syslog.c. |
|
Initialise the plugin.
Definition at line 73 of file rubicon_syslog.c. |
|
Outputs something. Maybe.
Definition at line 112 of file rubicon_syslog.c. |
|
Registration function.
Definition at line 39 of file rubicon_syslog.c. |