Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c epan.h report_err.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, 16 Apr 2004 18:16:28 -0500 (CDT)
guy         2004/04/16 18:16:28 CDT

  Modified files:
    epan                 epan.c epan.h report_err.h 
  Log:
  Add a "report_failure()" routine to allow dissectors to report arbitrary
  errors to the user.  Use that, rather than "g_warning()", in the
  Diameter dissector to report errors reading the dictionary.
  
  Make the format argument to "simple_dialog()" a "const" pointer.
  
  Fix up the read-error message in Tethereal to end with a newline.
  
  If a simple dialog is requested before the main window or the
  capture-control window is popped up, queue it up and pop the queued
  messages up once the main or capture-control window is displayed.
  
  Revision  Changes    Path
  1.25      +22 -2     ethereal/epan/epan.c
  1.17      +2 -1      ethereal/epan/epan.h
  1.2       +6 -1      ethereal/epan/report_err.h