Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c main.c packet_win.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: Fri, 8 Sep 2000 04:50:27 -0500 (CDT)
guy         2000/09/08 04:50:23 CDT

  Modified files:
    gtk                  gui_prefs.c main.c packet_win.c 
                         packet_win.h proto_draw.c proto_draw.h 
  Log:
  Graham Bloice's patch to support inverse video rather than boldface
  highlighting of the bytes, in the hex dump window, corresponding to a
  selected field.
  
  Also, make "remember_ptree_widget()" static, as it's not used outside
  "gtk/proto_draw.c".
  
  Revision  Changes    Path
  1.17      +19 -3     ethereal/gtk/gui_prefs.c
  1.154     +5 -3      ethereal/gtk/main.c
  1.13      +26 -5     ethereal/gtk/packet_win.c
  1.5       +2 -1      ethereal/gtk/packet_win.h
  1.19      +193 -61   ethereal/gtk/proto_draw.c
  1.8       +5 -3      ethereal/gtk/proto_draw.h