On Sat, Feb 21, 2004 at 12:03:47PM +0100, Ulf Lamping wrote: > plugins.c > ..\plugins/Xass-list(76) : error C2065: 'report_open_failure' : > nichtdeklarierter Bezeichner > ..\plugins/Xass-list(76) : error C2099: Initialisierung ist keine Konstante > ..\plugins/Xass-list(76) : error C2065: 'report_read_failure' : > nichtdeklarierter Bezeichner > ..\plugins/Xass-list(76) : error C2099: Initialisierung ist keine Konstante
Try checking out the CVS tree... > ..\plugins/Xass-list(76) : warning C4113: 'unsigned int (__cdecl > *)(struct tvbuff *,unsigned int ,struct _packet_info *,struct > _proto_node *,int ,int ,int )' weicht in der Parameterliste von 'void > (__cdecl *)(const char *,int ,int )' ab ...after removing all the files in the "plugins" directory with names beginning with "X", as it looks as if you might have a newer version of "Xass-list" than of "Xplugin_table.h" (I moved "dissect_per_bit_string()" to the end so that the order of entries in the table of functions exported to plugins won't be changed from before "dissect_per_bit_string()" was added). _______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
