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: Wed, 29 Nov 2000 03:10:03 -0600 (CST)
guy         2000/11/29 03:10:03 CST

  Modified files:
    epan                 plugins.c 
  Log:
  Get the suffix for dynamically-loaded modules by means of a hack
  involving "g_module_build_path()", rather than by checking the platform
  - this should let us handle non-Windows platforms that don't use ".so"
  (e.g., HP-UX).
  
  Use G_DIR_SEPARATOR_S as the pathname separator character when
  generating the pathname of the module.
  
  Revision  Changes    Path
  1.14      +31 -9     ethereal/epan/plugins.c