aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-05 11:45:50 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-05 11:45:50 +0000
commit963e4ce472f3cc2c640e1197ba6b6456c98f1c3b (patch)
treebbf1a8069222831bd6fcc80970a1ff4f7f147b99 /plugins.c
parent209a8a9a794c8f45889930100854b4cd90fb7cb2 (diff)
Plugin API is at version 0.8.5 (reflected in directory name for plugins)
svn path=/trunk/; revision=1800
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins.c b/plugins.c
index ff764480c1..84951c2df3 100644
--- a/plugins.c
+++ b/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.12 2000/03/31 21:42:24 oabad Exp $
+ * $Id: plugins.c,v 1.13 2000/04/05 11:45:50 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -67,11 +67,11 @@ plugin *plugin_list;
guint32 enabled_plugins_number;
#ifdef WIN32
-static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8";
-static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8";
+static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.5";
+static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.5";
#else
-static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8";
-static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8";
+static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.5";
+static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.5";
#endif
static gchar *user_plug_dir = NULL;
static gchar *plugin_status_file = NULL;