Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dcerpc_stat.c io_stat.c main.c mgcp_stat

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Apr 2003 03:20:07 -0500 (CDT)
guy         2003/04/23 03:20:07 CDT

  Modified files:
    gtk                  dcerpc_stat.c io_stat.c main.c 
                         mgcp_stat.c rpc_progs.c rpc_stat.c 
                         smb_stat.c tap_rtp.c 
  Log:
  Make "register_tap_listener()" return NULL on success and a "GString *"
  referring to a GString containing an error message on failure, and don't
  have it print anything on failure.
  
  If it fails, have its Tethereal-tap callers print an error message
  before exiting, and have its Ethereal callers pop up a dialog box with
  the error (except in cases where the failure is guaranteed not to be the
  user's fault, and where we exit, in which case we just print an error
  message before we exit).  In all cases, the error message includes the
  text of the GString.
  
  Fix a scanf format string in the DCE RPC statistics Ethereal tap, so
  that it properly skips the comma before the filter string.
  
  Fix some Ethereal error messages not to say "tethereal".
  
  Revision  Changes    Path
  1.6       +12 -10    ethereal/gtk/dcerpc_stat.c
  1.21      +8 -2      ethereal/gtk/io_stat.c
  1.290     +2 -2      ethereal/gtk/main.c
  1.4       +7 -6      ethereal/gtk/mgcp_stat.c
  1.9       +8 -3      ethereal/gtk/rpc_progs.c
  1.9       +6 -6      ethereal/gtk/rpc_stat.c
  1.5       +6 -6      ethereal/gtk/smb_stat.c
  1.10      +6 -3      ethereal/gtk/tap_rtp.c