Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 9 Jan 2004 16:56:59 -0600 (CST)
guy         2004/01/09 16:56:59 CST

  Modified files:
    .                    file.c 
  Log:
  Have a common "process_specified_packets()" routine for processing
  packets in a loop; it handles reading the packet from the capture file,
  creating and updating the progress bar, handling the stop button,
  and handling range specifications.
  
  Use that for printing and saving packets.  (There might be other loops
  that should use it as well.)
  
  Revision  Changes    Path
  1.339     +301 -268  ethereal/file.c