Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk tap_menu.h Makefile.am ansi_a_stat.c ans
guy 2004/02/10 22:17:05 CST
Modified files:
gtk Makefile.am 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
gsm_a_stat.c h225_counter.c
h225_ras_srt.c http_stat.c io_stat.c
isup_stat.c ldap_stat.c menu.c menu.h
mgcp_stat.c rpc_progs.c rpc_stat.c
rtp_analysis.c rtp_stream_dlg.c
smb_stat.c wsp_stat.c
Added files:
gtk tap_menu.h
Log:
Move the declaration of "register_tap_menu_item()" into a new
"tap_menu.h" file, and have the Ethereal taps include that rather than
"menu.h", so we don't have to worry about making sure we've included
<stdio.h> to define FILE, etc. just because some "menu.h" functions
require it.
Revision Changes Path
1.90 +2 -1 ethereal/gtk/Makefile.am
1.12 +2 -2 ethereal/gtk/ansi_a_stat.c
1.15 +2 -2 ethereal/gtk/ansi_map_stat.c
1.16 +2 -2 ethereal/gtk/bootp_stat.c
1.47 +2 -2 ethereal/gtk/dcerpc_stat.c
1.21 +2 -2 ethereal/gtk/endpoint_talkers_eth.c
1.21 +2 -2 ethereal/gtk/endpoint_talkers_fc.c
1.16 +2 -2 ethereal/gtk/endpoint_talkers_fddi.c
1.22 +2 -2 ethereal/gtk/endpoint_talkers_ip.c
1.20 +2 -2 ethereal/gtk/endpoint_talkers_ipx.c
1.23 +2 -2 ethereal/gtk/endpoint_talkers_tcpip.c
1.22 +2 -2 ethereal/gtk/endpoint_talkers_tr.c
1.23 +2 -2 ethereal/gtk/endpoint_talkers_udpip.c
1.23 +2 -2 ethereal/gtk/fc_stat.c
1.12 +2 -2 ethereal/gtk/gsm_a_stat.c
1.10 +2 -2 ethereal/gtk/h225_counter.c
1.9 +2 -2 ethereal/gtk/h225_ras_srt.c
1.18 +2 -2 ethereal/gtk/http_stat.c
1.61 +2 -2 ethereal/gtk/io_stat.c
1.15 +2 -2 ethereal/gtk/isup_stat.c
1.11 +2 -2 ethereal/gtk/ldap_stat.c
1.161 +2 -1 ethereal/gtk/menu.c
1.17 +1 -29 ethereal/gtk/menu.h
1.26 +2 -2 ethereal/gtk/mgcp_stat.c
1.17 +2 -2 ethereal/gtk/rpc_progs.c
1.36 +2 -2 ethereal/gtk/rpc_stat.c
1.35 +2 -2 ethereal/gtk/rtp_analysis.c
1.14 +2 -2 ethereal/gtk/rtp_stream_dlg.c
1.34 +2 -2 ethereal/gtk/smb_stat.c
1.16 +2 -2 ethereal/gtk/wsp_stat.c