Wireshark-commits: [Wireshark-commits] rev 36881: / /trunk/epan/: frame_data.c prefs.c /trunk/gtk/:

Date: Wed, 27 Apr 2011 02:54:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36881

User: guy
Date: 2011/04/26 07:54 PM

Log:
 Create a new frame_data_sequence data type; it represents a dense
 sequence of frame_data structures, indexed by the frame number.  Extract
 the relevant bits of the capture_file data structure and move them to
 the frame_data_sequence, and move the relevant code from cfile.c and
 tweak it to handle frame_data_sequence structures.
 
 Have a possibly-null pointer to a frame_data_sequence structure in the
 capture_file structure; if it's null, we aren't keeping a sequence of
 frame_data structures (we don't keep that sequence when we're doing
 one-pass processing in TShark).
 
 Nothing in libwireshark should care about a capture_file structure; get
 rid of some unnecessary includes of cfile.h.

Directory: /trunk/epan/
  Changes    Path            Action
  +0 -1      frame_data.c    Modified
  +0 -1      prefs.c         Modified

Directory: /trunk/gtk/
  Changes    Path                 Action
  +6 -6      new_packet_list.c    Modified

Directory: /trunk/
  Changes    Path                     Action
  +2 -0      Makefile.common          Modified
  +12 -256   cfile.c                  Modified
  +3 -15     cfile.h                  Modified
  +15 -10    file.c                   Modified
  +287 -0    frame_data_sequence.c    Added
  +62 -0     frame_data_sequence.h    Added
  +5 -5      packet-range.c           Modified
  +1 -1      proto_hier_stats.c       Modified


(2 files not shown)