Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal report_err.h Makefile.common alert_box.c fil

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, 20 Feb 2004 20:15:06 -0600 (CST)
guy         2004/02/20 20:15:06 CST

  Modified files:
    .                    Makefile.common alert_box.c file.c 
                         tethereal.c 
  Added files:
    .                    report_err.h 
  Log:
  Add routines that can be called from dissectors to report file open and
  read errors; there are separate implementations for Ethereal (pops up an
  alert box) and Tethereal (prints an error message).
  
  Use those routines in the ASN.1 dissector.
  
  Revision  Changes    Path
  1.18      +2 -1      ethereal/Makefile.common
  1.4       +24 -1     ethereal/alert_box.c
  1.363     +3 -5      ethereal/file.c
  1.230     +25 -1     ethereal/tethereal.c