Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c frame_data.h packet.c packet.h p

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

  Modified files:
    epan                 epan.c frame_data.h packet.c packet.h 
                         packet_info.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.19      +4 -4      ethereal/epan/epan.c
  1.5       +1 -2      ethereal/epan/frame_data.h
  1.72      +9 -8      ethereal/epan/packet.c
  1.57      +4 -3      ethereal/epan/packet.h
  1.14      +2 -1      ethereal/epan/packet_info.h