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

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: Wed, 5 Sep 2001 00:03:48 -0500 (CDT)
guy         2001/09/05 00:03:47 CDT

  Modified files:
    .                    tethereal.c 
  Log:
  Close the file to which we're writing before exiting, so that:
  
  	buffered data is written out to the file;
  
  	headers are written if the capture file header depends on the
  	number or sizes of the packets;
  
  etc..
  
  Revision  Changes    Path
  1.91      +11 -1     ethereal/tethereal.c