Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal alert_box.c alert_box.h packet-diameter.c si

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:
    .                    alert_box.c alert_box.h packet-diameter.c 
                         simple_dialog.h tethereal.c 
  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.6       +11 -2     ethereal/alert_box.c
  1.5       +6 -1      ethereal/alert_box.h
  1.66      +17 -18    ethereal/packet-diameter.c
  1.12      +17 -3     ethereal/simple_dialog.h
  1.235     +18 -8     ethereal/tethereal.c