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

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, 4 Jun 2002 02:03:58 -0500 (CDT)
guy         2002/06/04 02:03:58 CDT

  Modified files:
    gtk                  packet_win.c print_dlg.c proto_draw.c 
                         proto_draw.h 
  Log:
  Get rid of the "data_src" member of the "frame_data" structure; put it
  in the "packet_info" structure instead, as we don't need a pointer for
  every single frame in the capture file, just for each frame for which we
  currently have an open "epan_dissect_t".
  
  Revision  Changes    Path
  1.37      +33 -51    ethereal/gtk/packet_win.c
  1.32      +4 -4      ethereal/gtk/print_dlg.c
  1.53      +6 -4      ethereal/gtk/proto_draw.c
  1.18      +3 -3      ethereal/gtk/proto_draw.h