Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ipproto.c prefs.c prefs.h tethereal.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, 14 Apr 2001 22:37:14 -0500 (CDT)
guy         2001/04/14 22:37:14 CDT

  Modified files:
    .                    ipproto.c prefs.c prefs.h tethereal.c 
  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.12      +3 -2      ethereal/ipproto.c
  1.50      +20 -10    ethereal/prefs.c
  1.29      +2 -2      ethereal/prefs.h
  1.79      +2 -2      ethereal/tethereal.c