Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk ansi_a_stat.c ansi_map_stat.c bootp_stat

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, 30 Jan 2004 21:22:43 -0600 (CST)
guy         2004/01/30 21:22:43 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c capture_dlg.c 
                         capture_prefs.c color_dlg.c 
                         color_filters.c colors.c dcerpc_stat.c 
                         decode_as_dlg.c dfilter_expr_dlg.c 
                         endpoint_talkers_table.c fc_stat.c 
                         file_dlg.c filter_prefs.c find_dlg.c 
                         follow_dlg.c goto_dlg.c gsm_a_stat.c 
                         gui_prefs.c h225_counter.c h225_ras_srt.c 
                         help_dlg.c http_stat.c io_stat.c 
                         isup_stat.c ldap_stat.c main.c 
                         mgcp_stat.c prefs_dlg.c print_dlg.c 
                         proto_dlg.c proto_draw.c rpc_stat.c 
                         rtp_analysis.c rtp_stream.c 
                         service_response_time_table.c 
                         simple_dialog.c smb_stat.c tcp_graph.c 
                         wsp_stat.c 
  Log:
  Pass ESD_BTN_OK rather than NULL as a second argument to
  "simple_dialog()"; NULL might be #defined to be a pointer expression on
  some platforms, causing compiler warnings (and, on platforms where a
  null pointer doesn't have all its bits 0, possibly causing misbehavior,
  although I don't think there are any such platforms on which Ethereal
  runs).
  
  Don't allow 0 as button mask argument to "simple_dialog()".
  
  Squelch a compiler warning.
  
  Report fatal problems as errors, not warnings.
  
  Report file I/O errors with "file_open_error_message()".
  
  Report file write errors (including those reported by "close()", e.g.
  some errors writing to an NFS server) when saving raw packet data to a
  file.
  
  Revision  Changes    Path
  1.10      +2 -2      ethereal/gtk/ansi_a_stat.c
  1.13      +2 -2      ethereal/gtk/ansi_map_stat.c
  1.15      +2 -2      ethereal/gtk/bootp_stat.c
  1.100     +7 -7      ethereal/gtk/capture_dlg.c
  1.28      +17 -10    ethereal/gtk/capture_prefs.c
  1.38      +11 -9     ethereal/gtk/color_dlg.c
  1.7       +11 -11    ethereal/gtk/color_filters.c
  1.28      +5 -5      ethereal/gtk/colors.c
  1.46      +2 -2      ethereal/gtk/dcerpc_stat.c
  1.36      +2 -2      ethereal/gtk/decode_as_dlg.c
  1.49      +5 -5      ethereal/gtk/dfilter_expr_dlg.c
  1.29      +3 -3      ethereal/gtk/endpoint_talkers_table.c
  1.22      +2 -2      ethereal/gtk/fc_stat.c
  1.87      +2 -2      ethereal/gtk/file_dlg.c
  1.59      +3 -3      ethereal/gtk/filter_prefs.c
  1.45      +10 -10    ethereal/gtk/find_dlg.c
  1.42      +16 -16    ethereal/gtk/follow_dlg.c
  1.25      +2 -2      ethereal/gtk/goto_dlg.c
  1.10      +2 -2      ethereal/gtk/gsm_a_stat.c
  1.62      +5 -5      ethereal/gtk/gui_prefs.c
  1.8       +2 -2      ethereal/gtk/h225_counter.c
  1.7       +2 -2      ethereal/gtk/h225_ras_srt.c
  1.45      +4 -4      ethereal/gtk/help_dlg.c
  1.17      +2 -2      ethereal/gtk/http_stat.c
  1.59      +9 -9      ethereal/gtk/io_stat.c
  1.13      +2 -2      ethereal/gtk/isup_stat.c
  1.10      +2 -2      ethereal/gtk/ldap_stat.c
  1.381     +17 -17    ethereal/gtk/main.c
  1.24      +2 -2      ethereal/gtk/mgcp_stat.c
  1.78      +3 -3      ethereal/gtk/prefs_dlg.c
  1.59      +6 -6      ethereal/gtk/print_dlg.c
  1.31      +3 -3      ethereal/gtk/proto_dlg.c
  1.85      +26 -14    ethereal/gtk/proto_draw.c
  1.35      +2 -2      ethereal/gtk/rpc_stat.c
  1.30      +36 -32    ethereal/gtk/rtp_analysis.c
  1.10      +7 -6      ethereal/gtk/rtp_stream.c
  1.13      +2 -2      ethereal/gtk/service_response_time_table.c
  1.20      +3 -2      ethereal/gtk/simple_dialog.c
  1.33      +2 -2      ethereal/gtk/smb_stat.c
  1.49      +14 -14    ethereal/gtk/tcp_graph.c
  1.15      +2 -2      ethereal/gtk/wsp_stat.c