Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Re: Cisco plugins in 0.10.3 have version 0.10.3

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Duncan Sargeant <dunc-ethereal-dev@xxxxxxx>
Date: Mon, 29 Mar 2004 14:12:14 +1000
Biot Olivier wrote on Fri March 26, at 16:46 +0100:
> Hi list,
> 
> The Cisco plugins ciscosm, rlm and rudp have the same version as Ethereal
> (0.10.3).

Oops, I didn't include moduleinfo.h.  Thankyou.  Patch against CVS is
attached.

Thankyou too guys for updating the modules to include the necessary
windows code!


,dunc
? build
Index: plugins/ciscosm/packet-sm.c
===================================================================
RCS file: /cvsroot/ethereal/plugins/ciscosm/packet-sm.c,v
retrieving revision 1.2
diff -u -u -r1.2 packet-sm.c
--- plugins/ciscosm/packet-sm.c	25 Mar 2004 23:09:17 -0000	1.2
+++ plugins/ciscosm/packet-sm.c	29 Mar 2004 04:08:23 -0000
@@ -64,6 +64,8 @@
 #include "plugins/plugin_api_defs.h"
  /* Define version if we are not building ethereal statically */
 
+#include "moduleinfo.h"
+
 #ifndef ENABLE_STATIC
  G_MODULE_EXPORT const gchar version[] = VERSION;
 #endif
Index: plugins/rlm/packet-rlm.c
===================================================================
RCS file: /cvsroot/ethereal/plugins/rlm/packet-rlm.c,v
retrieving revision 1.2
diff -u -u -r1.2 packet-rlm.c
--- plugins/rlm/packet-rlm.c	25 Mar 2004 23:09:18 -0000	1.2
+++ plugins/rlm/packet-rlm.c	29 Mar 2004 04:08:23 -0000
@@ -66,6 +66,8 @@
 #include "plugins/plugin_api_defs.h"
  /* Define version if we are not building ethereal statically */
 
+#include "moduleinfo.h"
+
 #ifndef ENABLE_STATIC
  G_MODULE_EXPORT const gchar version[] = VERSION;
 #endif
Index: plugins/rudp/packet-rudp.c
===================================================================
RCS file: /cvsroot/ethereal/plugins/rudp/packet-rudp.c,v
retrieving revision 1.3
diff -u -u -r1.3 packet-rudp.c
--- plugins/rudp/packet-rudp.c	26 Mar 2004 04:01:31 -0000	1.3
+++ plugins/rudp/packet-rudp.c	29 Mar 2004 04:08:23 -0000
@@ -53,6 +53,8 @@
 #include "plugins/plugin_api_defs.h"
  /* Define version if we are not building ethereal statically */
 
+#include "moduleinfo.h"
+
 #ifndef ENABLE_STATIC
  G_MODULE_EXPORT const gchar version[] = VERSION;
 #endif