Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c print.c print.h ps.h rdps.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: Sat, 24 Jan 2004 04:53:25 -0600 (CST)
guy         2004/01/24 04:53:25 CST

  Modified files:
    .                    file.c print.c print.h ps.h rdps.c 
  Log:
  As with "file_write_error_message()", so with
  "file_close_error_message()" - but just use "file_write_error_message()"
  for UNIX-style errors, under the assumption that a close will only fail
  because a buffer-flushing write fails or because "close()" itself fails
  when, for example, pushing unsynced NFS client-side writes out over the
  wire.
  
  Make several routines in "print.c" return success/failure indications.
  
  Check for write errors when printing "Follow TCP Stream" stuff or saving
  it to a file.
  
  Revision  Changes    Path
  1.347     +24 -28    ethereal/file.c
  1.70      +14 -10    ethereal/print.c
  1.35      +4 -4      ethereal/print.h
  1.6       +4 -6      ethereal/ps.h
  1.7       +3 -2      ethereal/rdps.c