Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.c display.c globals.h file.h print.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: Wed, 29 Sep 1999 17:19:21 -0500 (CDT)
guy         1999/09/29 17:19:19 CDT

  Modified files:
    .                    packet.c display.c globals.h file.h 
                         print.h print.c file.c 
  Log:
  Add an item to the "File/Print" dialog box to ask that the full hex data
  of the packet be printed (this is only done if "Print detail" is
  selected; it should be grayed out of "Print summary" is selected).
  
  If that item is selected, suppress the hex printing of uninterpreted
  data items in the protocol tree.
  
  Move some GTK+ keys not used outside of "gtk/print_dlg.c" from
  "gtk/keys.h" into "gtk/print_dlg.c".
  
  Revision  Changes    Path
  1.45      +2 -1      ethereal/packet.c
  1.12      +2 -2      ethereal/display.c
  1.8       +5 -1      ethereal/globals.h
  1.47      +1 -11     ethereal/file.h
  1.13      +16 -2     ethereal/print.h
  1.21      +15 -12    ethereal/print.c
  1.100     +7 -2      ethereal/file.c