Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan plugins.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 8 Dec 2002 16:22:23 -0600 (CST)
guy         2002/12/08 16:22:07 CST

  Modified files:
    epan                 plugins.c 
  Log:
  On UNIX, search for plugins only in the directory in which plugins will
  be installed - don't explicitly search
  "/usr/lib/ethereal/plugins/{version}" or
  "/usr/local/lib/ethereal/plugins/{version}", so that if there's more
  than one version of Ethereal installed, we don't end up picking up
  plugins from the wrong version.
  
  Revision  Changes    Path
  1.62      +3 -46     ethereal/epan/plugins.c