aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-30 18:30:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-30 18:30:28 +0000
commit36abac74a4b99374b753483cfd31d4f436d08f12 (patch)
treec09ab6b23d26c39b6910adf27ab22854e236bd4c /plugins
parent51c9b679ad245ec9610ea190bdac6ec2fe6cc9ba (diff)
From Duncan Sargeant: include "moduleinfo.h" so that the plugins get the
right version number. svn path=/trunk/; revision=10520
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ciscosm/packet-sm.c4
-rw-r--r--plugins/rlm/packet-rlm.c4
-rw-r--r--plugins/rudp/packet-rudp.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/plugins/ciscosm/packet-sm.c b/plugins/ciscosm/packet-sm.c
index bf88d1edf8..675908cea2 100644
--- a/plugins/ciscosm/packet-sm.c
+++ b/plugins/ciscosm/packet-sm.c
@@ -2,7 +2,7 @@
* Routines for Cisco Session Management Protocol dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-sm.c,v 1.2 2004/03/25 23:09:17 guy Exp $
+ * $Id: packet-sm.c,v 1.3 2004/03/30 18:30:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -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
diff --git a/plugins/rlm/packet-rlm.c b/plugins/rlm/packet-rlm.c
index 5111511ff5..df3419ea69 100644
--- a/plugins/rlm/packet-rlm.c
+++ b/plugins/rlm/packet-rlm.c
@@ -2,7 +2,7 @@
* Routines for RLM dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rlm.c,v 1.2 2004/03/25 23:09:18 guy Exp $
+ * $Id: packet-rlm.c,v 1.3 2004/03/30 18:30:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -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
diff --git a/plugins/rudp/packet-rudp.c b/plugins/rudp/packet-rudp.c
index 6b61e71437..37ca1a68e2 100644
--- a/plugins/rudp/packet-rudp.c
+++ b/plugins/rudp/packet-rudp.c
@@ -2,7 +2,7 @@
* Routines for Reliable UDP Protocol.
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rudp.c,v 1.3 2004/03/26 04:01:31 gerald Exp $
+ * $Id: packet-rudp.c,v 1.4 2004/03/30 18:30:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -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