Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal column.h column.c packet.h ethereal.c file.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: Tue, 27 Jul 1999 22:29:08 -0500 (CDT)
guy         1999/07/27 22:29:06 CDT

  Modified files:
    .                    column.h column.c packet.h ethereal.c 
                         file.c 
  Log:
  Have:
  
  	COL_INFO columns resize automatically even during a live
  	capture;
  
  	columns showing network addresses never resize automatically;
  
  	other columns resize only when a capture is done;
  
  and make all columns resizeable by hand (once they've resized, for
  auto-resizeable columns).
  
  Revision  Changes    Path
  1.4       +17 -10    ethereal/column.h
  1.20      +55 -1     ethereal/column.c
  1.74      +6 -4      ethereal/packet.h
  1.66      +15 -8     ethereal/ethereal.c
  1.47      +54 -6     ethereal/file.c