Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk gtkglobals.h main.c packet_win.c proto_d

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jeff Foster <jfoster@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 08:44:06 -0600 (CST)
jfoster     2001/03/23 08:44:06 CST

  Modified files:
    gtk                  gtkglobals.h main.c packet_win.c 
                         proto_draw.c proto_draw.h 
  Log:
  Changes required to support multiple named data sources.
  Tvbuffers changed to added the data source name,
  GUI and printing code changed to support these changes
  and display the multiple hex views.
  
  Revision  Changes    Path
  1.13      +2 -2      ethereal/gtk/gtkglobals.h
  1.183     +42 -9     ethereal/gtk/main.c
  1.19      +46 -16    ethereal/gtk/packet_win.c
  1.29      +229 -42   ethereal/gtk/proto_draw.c
  1.11      +23 -6     ethereal/gtk/proto_draw.h