ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] Libtool changes checked in

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 28 Dec 1999 00:46:51 -0800
> I noticed that the install directory for plugins is currently 
> $(prefix)/share/ethereal (actually, I changed it to
> $(prefix)/share/ethereal/0.8).  Other packages (e.g. the Gimp) install
> in $(prefix)/lib instead.  Should we put plugins in 'lib' as well?

We now check in:

	/usr/lib/ethereal/plugins/0.8

	/usr/local/lib/ethereal/plugins/0.8

	PLUGIN_DIR, which defaults to

		/usr/local/lib/ethereal/0.8

	~/.ethereal/plugins

for plugins, if the directories in question exist.

Should we check in *all* of the first three?  Or should we just check
PLUGIN_DIR?  Or should we make PLUGIN_DIR default to
"$libdir/ethereal/plugins/0.8"?

(My inclination is to check just PLUGIN_DIR and "~/.ethereal/plugins".)