#include "../../main/inplug.h"
#include "../../main/packet.h"
#include "../../main/memory.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_IPQ 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 | pluginGetPacket (int iSrc, char *sSrc, PACKET **p) |
Gets a packet. More... | |
Variables | |
INPLUG* | ip = (INPLUG*)0 |
Definition in file rubicon_ipq.c.
|
Definition at line 16 of file rubicon_ipq.c. |
|
Cleanup the plugin.
Definition at line 90 of file rubicon_ipq.c. |
|
Gets a packet.
Definition at line 116 of file rubicon_ipq.c. |
|
Initialise the plugin.
Definition at line 73 of file rubicon_ipq.c. |
|
Registration function.
Definition at line 39 of file rubicon_ipq.c. |
|
Definition at line 23 of file rubicon_pcap.c. |