Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal display.c display.h Makefile.am Makefile.in

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: Fri, 18 Jun 1999 20:15:00 -0500 (CDT)
guy         1999/06/18 20:14:58 CDT

  Modified files:
    .                    Makefile.am Makefile.in capture.c 
                         capture.h column.c ethereal.c ethereal.h 
                         file.c file.h menu.c packet.c 
  Added files:
    .                    display.c display.h 
  Log:
  Added "Capture" and "Display" menus; "Capture" has a "Start" item, which
  is the same as "Tools/Capture", and "Display" has an "Options" item,
  which pops up a dialog box to let you change the "default" time-stamp
  column display format on the fly (the "default" is what the "-t"
  command-line option sets), and have the display change when you do that.
  
  Made infrastructure changes to make the immediate display update work.
  
  Removed some unused functions, declared some functions used only in the
  file in which they're defined "static", and removed some unnecessary
  #includes.
  
  Revision  Changes    Path
  1.34      +2 -0      ethereal/Makefile.am
  1.40      +23 -22    ethereal/Makefile.in
  1.27      +14 -51    ethereal/capture.c
  1.7       +1 -10     ethereal/capture.h
  1.11      +2 -15     ethereal/column.c
  1.42      +3 -3      ethereal/ethereal.c
  1.14      +1 -13     ethereal/ethereal.h
  1.29      +94 -46    ethereal/file.c
  1.15      +4 -3      ethereal/file.h
  1.20      +10 -3     ethereal/menu.c
  1.27      +25 -3     ethereal/packet.c