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

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, 14 Apr 2001 22:37:16 -0500 (CDT)
guy         2001/04/14 22:37:15 CDT

  Modified files:
    epan                 resolv.c resolv.h 
  Log:
  There's no "enable name resolution in captures" preference in Ethereal,
  and never was - there's only an Ethereal-wide "enable name resolution"
  preference.  Name it just "name_resolve".
  
  Replace all tests of "g_resolving_actif" with tests of
  "prefs.name_resolv", and replace all code that sets "g_resolving_actif"
  with code that sets "prefs.name_resolv", so that the setting of
  "prefs.name_resolv" actually affects whether names are resolved or not.
  
  Revision  Changes    Path
  1.9       +18 -18    ethereal/epan/resolv.c
  1.6       +1 -2      ethereal/epan/resolv.h