aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim/moduleinfo.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-08-20 20:50:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-08-20 20:50:29 +0000
commitb65cc92385ee1d75a39e5fe31c5f97a221d46e91 (patch)
tree11a324fba0744daacccad982f7ac4c7afe2aa86e /plugins/unistim/moduleinfo.h
parent331d267b5075a5cda2b901145d06cd53b01744fa (diff)
Add the UNISTIM plugin to Wireshark.
svn path=/trunk/; revision=22558
Diffstat (limited to 'plugins/unistim/moduleinfo.h')
-rw-r--r--plugins/unistim/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/unistim/moduleinfo.h b/plugins/unistim/moduleinfo.h
new file mode 100644
index 0000000000..b19e6758b1
--- /dev/null
+++ b/plugins/unistim/moduleinfo.h
@@ -0,0 +1,16 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "unistim"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.2"