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: Sat, 18 Aug 2001 18:21:32 -0500 (CDT)
guy         2001/08/18 18:21:32 CDT

  Modified files:
    epan                 plugins.c 
  Log:
  On Win32, use the default installation directory for Ethereal as the
  "standard" plugin directory, and, instead of getting PLUGIN_DIR (the
  *real* installation directory) from the configure script, as can be done
  in UNIX, attempt to get it by getting the full pathname of the currently
  running program and assuming it's in the installation directory.
  
  Revision  Changes    Path
  1.26      +91 -5     ethereal/epan/plugins.c