Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api_list.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:
    plugins              plugin_api_list.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.34      +4 -1      ethereal/plugins/plugin_api_list.c