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: Mon, 23 Feb 2004 13:19:39 -0600 (CST)
ulfl        2004/02/23 13:19:39 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c dcerpc_stat.c 
                         endpoint_talkers_eth.c 
                         endpoint_talkers_fc.c 
                         endpoint_talkers_fddi.c 
                         endpoint_talkers_ip.c 
                         endpoint_talkers_ipx.c 
                         endpoint_talkers_tcpip.c 
                         endpoint_talkers_tr.c 
                         endpoint_talkers_udpip.c fc_stat.c 
                         follow_dlg.c gsm_a_stat.c gsm_map_stat.c 
                         h225_counter.c h225_ras_srt.c 
                         hostlist_eth.c hostlist_fc.c 
                         hostlist_fddi.c hostlist_ip.c 
                         hostlist_ipx.c hostlist_tcpip.c 
                         hostlist_tr.c hostlist_udpip.c 
                         http_stat.c io_stat.c isup_stat.c 
                         ldap_stat.c main.c Makefile.common menu.c 
                         mgcp_stat.c rpc_progs.c rpc_stat.c 
                         rtp_analysis.c rtp_stream_dlg.c 
                         smb_stat.c tap_menu.h tcp_graph.c 
                         wsp_stat.c 
  Log:
  statistics menu redesigned, now looking more like the former menu,
  items now again grouped by function, not by ISO layer
  
  Revision  Changes    Path
  1.15      +3 -3      ethereal/gtk/ansi_a_stat.c
  1.18      +2 -2      ethereal/gtk/ansi_map_stat.c
  1.22      +2 -2      ethereal/gtk/bootp_stat.c
  1.51      +2 -2      ethereal/gtk/dcerpc_stat.c
  1.24      +2 -2      ethereal/gtk/endpoint_talkers_eth.c
  1.24      +2 -2      ethereal/gtk/endpoint_talkers_fc.c
  1.19      +2 -2      ethereal/gtk/endpoint_talkers_fddi.c
  1.25      +2 -2      ethereal/gtk/endpoint_talkers_ip.c
  1.23      +2 -2      ethereal/gtk/endpoint_talkers_ipx.c
  1.26      +2 -2      ethereal/gtk/endpoint_talkers_tcpip.c
  1.25      +2 -2      ethereal/gtk/endpoint_talkers_tr.c
  1.26      +2 -2      ethereal/gtk/endpoint_talkers_udpip.c
  1.28      +2 -2      ethereal/gtk/fc_stat.c
  1.49      +1 -18     ethereal/gtk/follow_dlg.c
  1.15      +9 -9      ethereal/gtk/gsm_a_stat.c
  1.4       +2 -2      ethereal/gtk/gsm_map_stat.c
  1.15      +2 -2      ethereal/gtk/h225_counter.c
  1.13      +2 -2      ethereal/gtk/h225_ras_srt.c
  1.4       +2 -2      ethereal/gtk/hostlist_eth.c
  1.4       +2 -2      ethereal/gtk/hostlist_fc.c
  1.4       +2 -2      ethereal/gtk/hostlist_fddi.c
  1.4       +2 -2      ethereal/gtk/hostlist_ip.c
  1.4       +2 -2      ethereal/gtk/hostlist_ipx.c
  1.5       +2 -2      ethereal/gtk/hostlist_tcpip.c
  1.4       +2 -2      ethereal/gtk/hostlist_tr.c
  1.5       +2 -2      ethereal/gtk/hostlist_udpip.c
  1.24      +2 -2      ethereal/gtk/http_stat.c
  1.65      +2 -2      ethereal/gtk/io_stat.c
  1.19      +2 -2      ethereal/gtk/isup_stat.c
  1.16      +2 -2      ethereal/gtk/ldap_stat.c
  1.407     +2 -5      ethereal/gtk/main.c
  1.8       +2 -2      ethereal/gtk/Makefile.common
  1.172     +45 -59    ethereal/gtk/menu.c
  1.30      +2 -2      ethereal/gtk/mgcp_stat.c
  1.21      +2 -2      ethereal/gtk/rpc_progs.c
  1.41      +2 -2      ethereal/gtk/rpc_stat.c
  1.39      +2 -2      ethereal/gtk/rtp_analysis.c
  1.16      +2 -2      ethereal/gtk/rtp_stream_dlg.c
  1.39      +2 -2      ethereal/gtk/smb_stat.c
  1.3       +8 -10     ethereal/gtk/tap_menu.h
  1.54      +5 -5      ethereal/gtk/tcp_graph.c
  1.22      +2 -2      ethereal/gtk/wsp_stat.c