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

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, 23 Jan 2004 20:01:43 -0600 (CST)
guy         2004/01/23 20:01:43 CST

  Modified files:
    .                    file.c file.h 
  Log:
  As with "cf_open_error_message()"/"file_open_error_message()", so with
  "cf_write_error_message()"/"file_write_error_message()".
  
  Use "file_open_error_message()" instead of "cf_open_error_message()" in
  some places we missed in the previous checkin.
  
  Catch ENOSPC and EDQUOT in "file_open_error_message()".
  
  Use "file_open_error_message()" rather than "file_write_error_message()"
  to report errors when creating the file to which we're saving the
  "Follow TCP Stream" data.
  
  Revision  Changes    Path
  1.346     +12 -22    ethereal/file.c
  1.113     +1 -2      ethereal/file.h