Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk keys.h main.c print_dlg.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 01:12:02 -0500 (CDT)
guy         1999/09/12 01:11:56 CDT

  Modified files:
    gtk                  keys.h main.c print_dlg.c 
  Log:
  Add summary-vs-detail radio buttons to the print dialog box; detail
  prints the protocol tree, and summary prints the fields in the summary
  clist, with a header line at the beginning of the printout.
  
  Print only packets selected by the current packet filter.
  
  Just have "ARP" and "RARP" in the "Protocol" field for ARP packets;
  whether it's a request or a reply can be seen in the "Info" field.
  
  Add to the "Frame" section of the protocol tree the time between the
  current packet and the previous displayed packet, and the packet number.
  Have FT_RELATIVE_TIME fields be a "struct timeval", and display them as
  seconds and fractional seconds (we didn't have any fields of that type,
  and that type of time fits the delta time above).
  
  Add an FT_DOUBLE field type (although we don't yet have anything using
  it).
  
  Revision  Changes    Path
  1.3       +9 -9      ethereal/gtk/keys.h
  1.4       +5 -7      ethereal/gtk/main.c
  1.4       +31 -15    ethereal/gtk/print_dlg.c