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: Sun, 23 May 2004 18:24:07 -0500 (CDT)
ulfl        2004/05/23 18:24:07 CDT

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c dcerpc_stat.c 
                         endpoint_talkers_table.c fc_stat.c 
                         gsm_a_stat.c gsm_map_stat.c 
                         gsm_map_summary.c h225_counter.c 
                         h225_ras_srt.c hostlist_table.c 
                         http_stat.c io_stat.c isup_stat.c 
                         ldap_stat.c mgcp_stat.c mtp3_stat.c 
                         mtp3_summary.c proto_draw.c 
                         proto_hier_stats_dlg.c rpc_progs.c 
                         rpc_stat.c rtp_analysis.c sip_stat.c 
                         smb_stat.c summary_dlg.c 
                         supported_protos_dlg.c tap_dfilter_dlg.c 
                         tcp_graph.c wsp_stat.c 
  Log:
  use new functions in window API (ui_util.h),
  use window_new instead of dlg_window_new for the statistics windows
  (as these are no dialog windows)
  do some code cleanup
  
  Revision  Changes    Path
  1.18      +8 -46     ethereal/gtk/ansi_a_stat.c
  1.22      +11 -46    ethereal/gtk/ansi_map_stat.c
  1.27      +10 -23    ethereal/gtk/bootp_stat.c
  1.56      +15 -25    ethereal/gtk/dcerpc_stat.c
  1.40      +14 -20    ethereal/gtk/endpoint_talkers_table.c
  1.32      +13 -23    ethereal/gtk/fc_stat.c
  1.18      +8 -46     ethereal/gtk/gsm_a_stat.c
  1.9       +8 -46     ethereal/gtk/gsm_map_stat.c
  1.3       +5 -8      ethereal/gtk/gsm_map_summary.c
  1.20      +8 -9      ethereal/gtk/h225_counter.c
  1.17      +9 -10     ethereal/gtk/h225_ras_srt.c
  1.12      +16 -21    ethereal/gtk/hostlist_table.c
  1.30      +12 -23    ethereal/gtk/http_stat.c
  1.76      +5 -18     ethereal/gtk/io_stat.c
  1.23      +8 -45     ethereal/gtk/isup_stat.c
  1.20      +16 -26    ethereal/gtk/ldap_stat.c
  1.35      +20 -7     ethereal/gtk/mgcp_stat.c
  1.2       +8 -46     ethereal/gtk/mtp3_stat.c
  1.3       +7 -33     ethereal/gtk/mtp3_summary.c
  1.100     +9 -16     ethereal/gtk/proto_draw.c
  1.18      +5 -8      ethereal/gtk/proto_hier_stats_dlg.c
  1.25      +9 -21     ethereal/gtk/rpc_progs.c
  1.46      +17 -33    ethereal/gtk/rpc_stat.c
  1.42      +8 -13     ethereal/gtk/rtp_analysis.c
  1.6       +8 -23     ethereal/gtk/sip_stat.c
  1.43      +17 -26    ethereal/gtk/smb_stat.c
  1.33      +6 -8      ethereal/gtk/summary_dlg.c
  1.11      +7 -17     ethereal/gtk/supported_protos_dlg.c
  1.8       +10 -16    ethereal/gtk/tap_dfilter_dlg.c
  1.61      +21 -25    ethereal/gtk/tcp_graph.c
  1.27      +10 -23    ethereal/gtk/wsp_stat.c