ulfl 2004/02/22 12:44:06 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:
Redesigned the menu structure of the former statistics stuff,
now sorted by ISO-layer, than alphabetically (now longer by functionality).
Seperated the tap registering from the actual menu making stuff,
so the seperate step of registering the tap and the menu is no longer needed.
Removed all things related to this double registering.
Revision Changes Path
1.14 +5 -8 ethereal/gtk/ansi_a_stat.c
1.17 +3 -7 ethereal/gtk/ansi_map_stat.c
1.19 +2 -6 ethereal/gtk/bootp_stat.c
1.50 +2 -6 ethereal/gtk/dcerpc_stat.c
1.23 +4 -11 ethereal/gtk/endpoint_talkers_eth.c
1.23 +4 -11 ethereal/gtk/endpoint_talkers_fc.c
1.18 +4 -11 ethereal/gtk/endpoint_talkers_fddi.c
1.24 +4 -11 ethereal/gtk/endpoint_talkers_ip.c
1.22 +4 -11 ethereal/gtk/endpoint_talkers_ipx.c
1.25 +4 -11 ethereal/gtk/endpoint_talkers_tcpip.c
1.24 +4 -11 ethereal/gtk/endpoint_talkers_tr.c
1.25 +4 -11 ethereal/gtk/endpoint_talkers_udpip.c
1.26 +2 -6 ethereal/gtk/fc_stat.c
1.47 +20 -1 ethereal/gtk/follow_dlg.c
1.14 +9 -14 ethereal/gtk/gsm_a_stat.c
1.3 +3 -7 ethereal/gtk/gsm_map_stat.c
1.13 +2 -6 ethereal/gtk/h225_counter.c
1.12 +2 -6 ethereal/gtk/h225_ras_srt.c
1.2 +4 -11 ethereal/gtk/hostlist_eth.c
1.2 +4 -11 ethereal/gtk/hostlist_fc.c
1.2 +4 -11 ethereal/gtk/hostlist_fddi.c
1.2 +4 -9 ethereal/gtk/hostlist_ip.c
1.2 +4 -11 ethereal/gtk/hostlist_ipx.c
1.2 +4 -11 ethereal/gtk/hostlist_tcpip.c
1.2 +4 -11 ethereal/gtk/hostlist_tr.c
1.2 +4 -11 ethereal/gtk/hostlist_udpip.c
1.21 +2 -6 ethereal/gtk/http_stat.c
1.64 +3 -7 ethereal/gtk/io_stat.c
1.18 +3 -7 ethereal/gtk/isup_stat.c
1.14 +2 -6 ethereal/gtk/ldap_stat.c
1.404 +5 -2 ethereal/gtk/main.c
1.7 +3 -3 ethereal/gtk/Makefile.common
1.167 +235 -116 ethereal/gtk/menu.c
1.29 +2 -7 ethereal/gtk/mgcp_stat.c
1.20 +3 -8 ethereal/gtk/rpc_progs.c
1.39 +3 -6 ethereal/gtk/rpc_stat.c
1.38 +2 -6 ethereal/gtk/rtp_analysis.c
1.15 +3 -3 ethereal/gtk/rtp_stream_dlg.c
1.37 +2 -6 ethereal/gtk/smb_stat.c
1.2 +15 -2 ethereal/gtk/tap_menu.h
1.52 +26 -2 ethereal/gtk/tcp_graph.c
1.19 +2 -6 ethereal/gtk/wsp_stat.c