Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal display.c resolv.c globals.h resolv.h

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Sun, 26 Sep 1999 09:39:19 -0500 (CDT)
deniel      1999/09/26 09:39:16 CDT

  Modified files:
    .                    display.c resolv.c globals.h resolv.h 
  Log:
  Added name resolution in GUI part:
  
  - Capture->Start->"Active name resolution"
  
  Allows the user to turn on/off name resolution
  during a live capture.
  
  - Display->Options->"Name resolution"
  
  Turn on/off name resolution for the displayed
  data (or during the -S mode).
  E.g. clicking on a packet captured with
  resolution disabled will resolve names in
  the detailed list if this option is set.
  And applying or resetting a display filter
  allows the update of the packet list as well.
  
  Revision  Changes    Path
  1.11      +17 -1     ethereal/display.c
  1.12      +2 -1      ethereal/resolv.c
  1.7       +2 -1      ethereal/globals.h
  1.6       +1 -2      ethereal/resolv.h