Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal alert_box.c alert_box.h capture.c file.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: Tue, 10 Feb 2004 19:23:24 -0600 (CST)
guy         2004/02/10 19:23:24 CST

  Modified files:
    .                    alert_box.c alert_box.h capture.c file.c 
  Log:
  Add an "open_failure_alert_box()" routine to pop up an alert box for a
  failed attempt to open/create a file.
  
  Fix one call to pass the right value for the "for_writing" flag.
  
  Revision  Changes    Path
  1.2       +21 -1     ethereal/alert_box.c
  1.2       +10 -1     ethereal/alert_box.h
  1.238     +3 -4      ethereal/capture.c
  1.359     +4 -7      ethereal/file.c