Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.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, 23 Jan 2004 20:01:44 -0600 (CST)
guy         2004/01/23 20:01:44 CST

  Modified files:
    gtk                  follow_dlg.c 
  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.35      +2 -2      ethereal/gtk/follow_dlg.c