aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/moduleinfo.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-09 10:04:48 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-09 10:04:48 +0000
commit2cb9d546206e31f30caa3fbfbfe69f3775fb48d2 (patch)
treed532574d587cbcfbae7a0dc66a749c0ee1a7bd3c /plugins/mgcp/moduleinfo.h
parentf832ad5f8b95a04c107ca793171a351b5991332d (diff)
Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.
svn path=/trunk/; revision=2588
Diffstat (limited to 'plugins/mgcp/moduleinfo.h')
-rw-r--r--plugins/mgcp/moduleinfo.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/mgcp/moduleinfo.h b/plugins/mgcp/moduleinfo.h
new file mode 100644
index 0000000000..133e12504e
--- /dev/null
+++ b/plugins/mgcp/moduleinfo.h
@@ -0,0 +1,17 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "mgcp"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.1"
+