Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal display.c file.c file.h packet.c packet.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 21 Jun 1999 22:39:13 -0500 (CDT)
guy         1999/06/21 22:39:11 CDT

  Modified files:
    .                    display.c file.c file.h packet.c packet.h 
  Log:
  Update the display if the "command-line-specified" time format is
  changed by updating those columns showing the time in the
  "command-line-specified" format, not by redoing the entire packet list
  display; that way, the display continues to show the same packets and
  any packet the user selected remains selected.  (It's also less work to
  do that - you don't have to re-dissect the packet.)
  
  Turn "redisplay_packets()" into "filter_packets()", and do some other
  cleanups.
  
  Revision  Changes    Path
  1.5       +2 -2      ethereal/display.c
  1.32      +100 -9    ethereal/file.c
  1.16      +3 -2      ethereal/file.h
  1.28      +56 -38    ethereal/packet.c
  1.62      +2 -1      ethereal/packet.h