Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

anplug.h

Go to the documentation of this file.
00001 /****************************************************************************/
00002 /****************************************************************************/
00007 /****************************************************************************/
00008 
00009 #include "plugin.h"
00010 #include "packet.h"
00011 
00012 #ifndef ANPLUG_H
00013 #define ANPLUG_H
00014 
00015 int pluginRegister(INPLUG **, ANPLUG **, PROTOPLUG **, OUTPLUG **,
00016                    int(*DecodeCallback)(PACKET*,PROTO));
00017 int pluginInit(int ct, char **inits);
00018 int pluginCleanup(int reason);
00019 
00020 char *pluginAnalyse(PACKET*, char *anType, char *args);
00021 
00022 #endif /* ANPLUG_H */

Generated at Mon Jul 8 15:16:49 2002 for RUBICON by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000