#include "../../main/anplug.h"
#include "../../main/packet.h"
#include "../../main/memory.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_FILE 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... | |
char* | pluginAnalyse (PACKET *p, char *anType, char *args) |
Analyses a packet. More... | |
Variables | |
int (* | Decode )(PACKET*, PROTO) |
ANPLUG* | ap = (ANPLUG*)0 |
Definition in file rubicon_snort.c.
|
Definition at line 16 of file rubicon_snort.c. |
|
Analyses a packet.
Definition at line 119 of file rubicon_snort.c. |
|
Cleanup the plugin.
Definition at line 90 of file rubicon_snort.c. |
|
Initialise the plugin.
Definition at line 73 of file rubicon_snort.c. |
|
Registration function.
Definition at line 39 of file rubicon_snort.c. |
|
Pointer to generic protocol decoding function Definition at line 22 of file rubicon_udp.c. |
|
Definition at line 23 of file rubicon_snort.c. |