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: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Sat, 13 Mar 2004 09:15:26 -0600 (CST)
ulfl        2004/03/13 09:15:26 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c capture_info_dlg.c 
                         capture_prefs.c color_dlg.c dcerpc_stat.c 
                         decode_as_dlg.c endpoint_talkers_table.c 
                         fc_stat.c follow_dlg.c gsm_a_stat.c 
                         gsm_map_stat.c gtk_stat_util.c 
                         gui_prefs.c hostlist_table.c io_stat.c 
                         isup_stat.c ldap_stat.c main.c 
                         nameres_prefs.c prefs_dlg.c rpc_stat.c 
                         service_response_time_table.c 
                         simple_dialog.c smb_stat.c summary_dlg.c 
                         tcp_graph.c wsp_stat.c 
  Log:
  replaced sprintf / snprintf by g_snprintf,
  various other string related changes
  
  Revision  Changes    Path
  1.16      +8 -10     ethereal/gtk/ansi_a_stat.c
  1.19      +5 -6      ethereal/gtk/ansi_map_stat.c
  1.24      +8 -7      ethereal/gtk/bootp_stat.c
  1.13      +3 -3      ethereal/gtk/capture_info_dlg.c
  1.31      +5 -5      ethereal/gtk/capture_prefs.c
  1.44      +5 -5      ethereal/gtk/color_dlg.c
  1.53      +5 -5      ethereal/gtk/dcerpc_stat.c
  1.39      +11 -11    ethereal/gtk/decode_as_dlg.c
  1.33      +32 -32    ethereal/gtk/endpoint_talkers_table.c
  1.30      +2 -2      ethereal/gtk/fc_stat.c
  1.53      +5 -9      ethereal/gtk/follow_dlg.c
  1.16      +5 -6      ethereal/gtk/gsm_a_stat.c
  1.5       +4 -5      ethereal/gtk/gsm_map_stat.c
  1.5       +2 -2      ethereal/gtk/gtk_stat_util.c
  1.66      +2 -2      ethereal/gtk/gui_prefs.c
  1.5       +23 -23    ethereal/gtk/hostlist_table.c
  1.73      +28 -28    ethereal/gtk/io_stat.c
  1.20      +5 -6      ethereal/gtk/isup_stat.c
  1.18      +2 -2      ethereal/gtk/ldap_stat.c
  1.414     +3 -7      ethereal/gtk/main.c
  1.9       +2 -2      ethereal/gtk/nameres_prefs.c
  1.80      +4 -4      ethereal/gtk/prefs_dlg.c
  1.43      +4 -4      ethereal/gtk/rpc_stat.c
  1.16      +12 -12    ethereal/gtk/service_response_time_table.c
  1.29      +1 -5      ethereal/gtk/simple_dialog.c
  1.41      +2 -2      ethereal/gtk/smb_stat.c
  1.28      +27 -31    ethereal/gtk/summary_dlg.c
  1.58      +10 -14    ethereal/gtk/tcp_graph.c
  1.24      +10 -8     ethereal/gtk/wsp_stat.c