Public Attributes |
int (* | pluginRegister )(INPLUG**, ANPLUG**, PROTOPLUG**, OUTPLUG**, int(*)(PACKET*,PROTO)) |
int (* | pluginInit )(int ct, char **inits) |
int (* | pluginCleanup )(int reason) |
INPLUG* | inPlug |
int (* | pluginGetPacket )(int iSrc, char *sSrc, PACKET **) |
OUTPLUG* | outPlug |
int (* | pluginOutput )(PACKET *, char *args) |
ANPLUG* | anPlug |
char* (* | pluginAnalyse )(PACKET*, char *anType, char *args) |
PROTOPLUG* | protoPlug |
int (* | pluginDecode )(PACKET *, PROTO protocol) |
int (* | pluginTest )(PACKET *, char *, char*) |
int (* | pluginPrint )(PACKET *, char *args, int(*print)(char *fmt, ...)) |
int (* | pluginMkTest )(PROTO, char*, char*, char *, POLICY_TEST *) |
struct PLUGIN_S* | iNext |
struct PLUGIN_S* | aNext |
struct PLUGIN_S* | pNext |
struct PLUGIN_S* | oNext |
struct PLUGIN_S* | next |