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

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: Sun, 12 Sep 1999 15:23:40 -0500 (CDT)
guy         1999/09/12 15:23:38 CDT

  Modified files:
    .                    file.c file.h packet.c packet.h print.c 
                         print.h 
  Log:
  Add a "Expand all levels"/"Print as displayed" pair of radio buttons to
  the "File/Print" dialog box; "Expand all levels" means that all levels
  of the protocol tree should be printed, while "Print as displayed" means
  that only those levels shown in the display should be printed.
  
  Free the table of column widths once printing is done.
  
  Revision  Changes    Path
  1.91      +6 -2      ethereal/file.c
  1.44      +3 -1      ethereal/file.h
  1.43      +3 -1      ethereal/packet.c
  1.98      +3 -1      ethereal/packet.h
  1.20      +17 -11    ethereal/print.c
  1.12      +3 -3      ethereal/print.h