Ethereal-cvs: [Ethereal-cvs] rev 15427: /trunk/epan/: libethereal.def tap.c tap.h /trunk/gtk/:
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: guy@xxxxxxxxxxxx
Date: Fri, 19 Aug 2005 09:29:46 GMT
User: guy Date: 2005/08/19 04:29 AM Log: Move the APIs for registering and processing "-z" command-line arguments and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in <epan/tap.h>. Directory: /trunk/epan/ Changes Path Action +0 -4 libethereal.def Modified +0 -86 tap.c Modified +0 -5 tap.h Modified Directory: /trunk/gtk/ Changes Path Action +1 -1 Makefile.am Modified +5 -4 ansi_a_stat.c Modified +4 -3 ansi_map_stat.c Modified +4 -3 bootp_stat.c Modified +4 -3 conversations_eth.c Modified +4 -3 conversations_fc.c Modified +4 -3 conversations_fddi.c Modified +4 -3 conversations_ip.c Modified +4 -3 conversations_ipx.c Modified +5 -4 conversations_jxta.c Modified +4 -3 conversations_sctp.c Modified +4 -3 conversations_tcpip.c Modified +4 -3 conversations_tr.c Modified +4 -3 conversations_udpip.c Modified +4 -3 conversations_wlan.c Modified +4 -3 dcerpc_stat.c Modified +4 -3 fc_stat.c Modified +4 -3 flow_graph.c Modified +1 -1 follow_dlg.c Modified +11 -10 gsm_a_stat.c Modified +4 -3 gsm_map_stat.c Modified +2 -2 gsm_map_summary.c Modified +4 -3 h225_counter.c Modified +4 -3 h225_ras_srt.c Modified +4 -3 hostlist_eth.c Modified +4 -3 hostlist_fc.c Modified +4 -3 hostlist_fddi.c Modified +4 -3 hostlist_ip.c Modified +4 -3 hostlist_ipx.c Modified +4 -3 hostlist_jxta.c Modified +4 -3 hostlist_tcpip.c Modified +4 -3 hostlist_tr.c Modified +4 -3 hostlist_udpip.c Modified +4 -3 hostlist_wlan.c Modified +4 -3 io_stat.c Modified +4 -3 ldap_stat.c Modified +17 -17 main.c Modified +21 -21 menu.c Modified +4 -3 mgcp_stat.c Modified +4 -3 mtp3_stat.c Modified +2 -2 mtp3_summary.c Modified +4 -3 rpc_progs.c Modified +4 -3 rpc_stat.c Modified +4 -3 rtp_analysis.c Modified +2 -1 rtp_stream.c Modified +2 -2 rtp_stream_dlg.c Modified +2 -2 sctp_assoc_analyse.c Modified +1 -1 sctp_byte_graph_dlg.c Modified +4 -3 sctp_chunk_stat.c Modified +1 -1 sctp_chunk_stat_dlg.c Modified +1 -1 sctp_error_dlg.c Modified +1 -1 sctp_graph_dlg.c Modified +3 -2 sctp_stat.c Modified +2 -2 sctp_stat_dlg.c Modified +4 -3 sip_stat.c Modified +4 -3 smb_stat.c Modified +87 -0 stat_menu.h Added +4 -3 stats_tree_stat.c Modified +0 -87 tap_menu.h Removed +5 -5 tcp_graph.c Modified +4 -3 voip_calls_dlg.c Modified +4 -3 wsp_stat.c Modified Directory: /trunk/ Changes Path Action +2 -0 Makefile.common Modified +122 -0 stat.c Added +35 -0 stat.h Added +2 -1 tap-ansi_astat.c Modified +3 -2 tap-bootpstat.c Modified +2 -1 tap-dcerpcstat.c Modified +2 -1 tap-gsm_astat.c Modified +2 -1 tap-h225counter.c Modified +2 -1 tap-h225rassrt.c Modified +2 -1 tap-httpstat.c Modified +2 -1 tap-iostat.c Modified +2 -2 tap-iousers.c Modified +2 -1 tap-mgcpstat.c Modified +2 -1 tap-protocolinfo.c Modified +2 -1 tap-protohierstat.c Modified +2 -1 tap-rpcprogs.c Modified +2 -1 tap-rpcstat.c Modified +2 -1 tap-sctpchunkstat.c Modified +2 -1 tap-sipstat.c Modified +2 -1 tap-smbsids.c Modified +2 -1 tap-smbstat.c Modified +2 -1 tap-stats_tree.c Modified +2 -1 tap-wspstat.c Modified +2 -2 tap_dfilter_dlg.h Modified +7 -7 tethereal.c Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15427&view=rev
- Prev by Date: [Ethereal-cvs] rev 15426: /trunk/epan/dissectors/: packet-ptp.c /trunk/: AUTHORS
- Next by Date: [Ethereal-cvs] rev 15428: /trunk/epan/dissectors/: packet-ldap.c /trunk/: AUTHORS
- Previous by thread: [Ethereal-cvs] rev 15426: /trunk/epan/dissectors/: packet-ptp.c /trunk/: AUTHORS
- Next by thread: [Ethereal-cvs] rev 15428: /trunk/epan/dissectors/: packet-ldap.c /trunk/: AUTHORS
- Index(es):