Ethereal-cvs: [Ethereal-cvs] rev 13993: /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.

Date: Fri, 01 Apr 2005 09:08:42 -0000
User: guy
Date: 2005/04/01 03:08 AM

Log:
 Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as
 it's used to register a callback for a tap listener invoked if the
 specified command line argument is specified to the "-z" flag.
 
 Move it, along with routines to:
 
 	look up a "-z" argument in the table constructed by
 	"register_tap_listener_cmd_arg()" and either save the full
 	argument to "-z" and the corresponding listener if it's found or
 	return a failure indication if it isn't;
 
 	list the available tap listeners;
 
 	call the "init" routines for the tap listeners saved in the
 	table above;
 
 and have Ethereal and Tethereal use those routines.

Directory: /trunk/epan/
  Changes    Path               Action
  +4 -0      libethereal.def    Modified
  +84 -0     tap.c              Modified
  +4 -0      tap.h              Modified

Directory: /trunk/gtk/
  Changes    Path                     Action
  +1 -1      ansi_a_stat.c            Modified
  +1 -1      ansi_map_stat.c          Modified
  +1 -1      bootp_stat.c             Modified
  +1 -1      conversations_eth.c      Modified
  +1 -1      conversations_fc.c       Modified
  +1 -1      conversations_fddi.c     Modified
  +1 -1      conversations_ip.c       Modified
  +1 -1      conversations_ipx.c      Modified
  +1 -1      conversations_sctp.c     Modified
  +1 -1      conversations_tcpip.c    Modified
  +1 -1      conversations_tr.c       Modified
  +1 -1      conversations_udpip.c    Modified
  +1 -1      conversations_wlan.c     Modified
  +1 -1      dcerpc_stat.c            Modified
  +1 -1      fc_stat.c                Modified
  +1 -1      gsm_a_stat.c             Modified
  +1 -1      gsm_map_stat.c           Modified
  +1 -1      h225_counter.c           Modified
  +1 -1      h225_ras_srt.c           Modified
  +1 -1      hostlist_eth.c           Modified
  +1 -1      hostlist_fc.c            Modified
  +1 -1      hostlist_fddi.c          Modified
  +1 -1      hostlist_ip.c            Modified
  +1 -1      hostlist_ipx.c           Modified
  +1 -1      hostlist_tcpip.c         Modified
  +1 -1      hostlist_tr.c            Modified
  +1 -1      hostlist_udpip.c         Modified
  +1 -1      hostlist_wlan.c          Modified
  +1 -1      http_stat.c              Modified
  +1 -1      io_stat.c                Modified
  +1 -1      isup_stat.c              Modified
  +1 -1      ldap_stat.c              Modified
  +13 -66    main.c                   Modified
  +1 -1      mgcp_stat.c              Modified
  +1 -1      mtp3_stat.c              Modified
  +1 -1      rpc_progs.c              Modified
  +1 -1      rpc_stat.c               Modified
  +1 -1      rtp_analysis.c           Modified
  +1 -1      rtp_stream.c             Modified
  +1 -1      sctp_chunk_stat.c        Modified
  +1 -1      sctp_stat.c              Modified
  +1 -1      sip_stat.c               Modified
  +1 -1      smb_stat.c               Modified
  +1 -1      stats_tree_stat.c        Modified
  +1 -1      voip_calls_dlg.c         Modified
  +1 -1      wsp_stat.c               Modified

Directory: /trunk/
  Changes    Path                   Action
  +0 -1      register.h             Modified
  +1 -1      tap-ansi_astat.c       Modified
  +1 -1      tap-bootpstat.c        Modified
  +1 -1      tap-dcerpcstat.c       Modified
  +1 -1      tap-gsm_astat.c        Modified
  +1 -1      tap-h225counter.c      Modified
  +1 -1      tap-h225rassrt.c       Modified
  +1 -1      tap-httpstat.c         Modified
  +1 -1      tap-iostat.c           Modified
  +1 -1      tap-iousers.c          Modified
  +1 -1      tap-mgcpstat.c         Modified
  +1 -1      tap-protocolinfo.c     Modified
  +1 -1      tap-protohierstat.c    Modified
  +1 -1      tap-rpcprogs.c         Modified
  +1 -1      tap-rpcstat.c          Modified
  +1 -1      tap-sctpchunkstat.c    Modified
  +1 -1      tap-sipstat.c          Modified
  +1 -1      tap-smbsids.c          Modified
  +1 -1      tap-smbstat.c          Modified
  +1 -1      tap-stats_tree.c       Modified
  +1 -1      tap-wspstat.c          Modified
  +12 -59    tethereal.c            Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13993&view=rev