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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 28 Mar 2000 02:11:50 -0600 (CST)
guy         2000/03/28 02:11:47 CST

  Modified files:
    .                    file.c AUTHORS 
  Log:
  Patches from Andreas Sikkema:
  
  	On Win32, always save a temporary capture file by copying -
  	Win32 systems don't allow you to rename a file that is open, and
  	we have the temporary file open.
  
  	When saving by copying the raw bytes of a capture file, create
  	the target file with "open()", using the O_BINARY flag, rather
  	than with "creat()"; on Win32 systems, "creat()" apparently
  	opens the file as a text file rather than a binary file.
  
  Revision  Changes    Path
  1.173     +12 -3     ethereal/file.c
  1.97      +5 -0      ethereal/AUTHORS