Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk packet_win.c proto_draw.c proto_draw.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Nov 2001 04:37:17 -0600 (CST)
guy         2001/11/20 04:37:17 CST

  Modified files:
    gtk                  packet_win.c proto_draw.c proto_draw.h 
  Log:
  Have a routine to add all the hex dump tabs to the hex dump notebook,
  and call it both from "select_packet()" and "create_new_window()",
  rather than having two similar loops in both places.
  
  Revision  Changes    Path
  1.25      +5 -11     ethereal/gtk/packet_win.c
  1.41      +22 -8     ethereal/gtk/proto_draw.c
  1.14      +3 -4      ethereal/gtk/proto_draw.h