Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c simple_dialog.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: Fri, 16 Apr 2004 18:16:29 -0500 (CDT)
guy         2004/04/16 18:16:29 CDT

  Modified files:
    gtk                  main.c simple_dialog.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.423     +8 -2      ethereal/gtk/main.c
  1.31      +85 -29    ethereal/gtk/simple_dialog.c