Ethereal-cvs: [Ethereal-cvs] Rev 12427: /trunk/: file.c merge.c merge.h mergecap.c

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

Date: Fri, 29 Oct 2004 00:36:57 -0000
User: guy
Date: 2004/10/28 07:36 PM

Log:
 The common merge code merely needs to offer the abstraction of routines
 that return the next packet from a set of {chronologically sorted,
 sequential-by-file} packets; it doesn't need to have a loop over all
 those packets, or any code to write packets.
 
 Supply those abstractions, change the code that merges packets to do its
 own writing, and have the Ethereal version manage a progress bar and
 have the mergecap version print packet numbers in verbose mode, as the
 common merge code used to do.

Directory: /trunk/
  Changes    Path          Action
  +109 -32   file.c        Modified
  +85 -137   merge.c       Modified
  +29 -60    merge.h       Modified
  +59 -33    mergecap.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12427&view=rev