Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk bootp_stat.c dcerpc_stat.c endpoint_talk

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 19 Sep 2003 02:24:39 -0500 (CDT)
guy         2003/09/19 02:24:39 CDT

  Modified files:
    gtk                  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 
                         http_stat.c io_stat.c menu.c menu.h 
                         mgcp_stat.c rpc_progs.c rpc_stat.c 
                         smb_stat.c tap_rtp.c wsp_stat.c 
  Log:
  Provide a mechanism by which a tap can arrange to have its menu enabled
  or disabled based on a currently-selected packet (or lack of same) or a
  currently-selected protocol tree item (or lack of same).  Not currently
  used, but necessary if we ever make the TCP graph stuff a tap.  API is
  tentative and subject to change.
  
  Also, enable and disable taps based on whether we have any packets to
  process.
  
  Revision  Changes    Path
  1.3       +3 -2      ethereal/gtk/bootp_stat.c
  1.22      +3 -2      ethereal/gtk/dcerpc_stat.c
  1.17      +3 -2      ethereal/gtk/endpoint_talkers_eth.c
  1.17      +3 -2      ethereal/gtk/endpoint_talkers_fc.c
  1.12      +3 -2      ethereal/gtk/endpoint_talkers_fddi.c
  1.18      +3 -2      ethereal/gtk/endpoint_talkers_ip.c
  1.16      +3 -2      ethereal/gtk/endpoint_talkers_ipx.c
  1.19      +3 -2      ethereal/gtk/endpoint_talkers_tcpip.c
  1.18      +3 -2      ethereal/gtk/endpoint_talkers_tr.c
  1.19      +3 -2      ethereal/gtk/endpoint_talkers_udpip.c
  1.10      +3 -2      ethereal/gtk/fc_stat.c
  1.4       +3 -2      ethereal/gtk/http_stat.c
  1.28      +3 -2      ethereal/gtk/io_stat.c
  1.97      +257 -16   ethereal/gtk/menu.c
  1.10      +22 -5     ethereal/gtk/menu.h
  1.14      +3 -2      ethereal/gtk/mgcp_stat.c
  1.11      +3 -2      ethereal/gtk/rpc_progs.c
  1.21      +3 -2      ethereal/gtk/rpc_stat.c
  1.18      +3 -2      ethereal/gtk/smb_stat.c
  1.17      +3 -2      ethereal/gtk/tap_rtp.c
  1.3       +3 -2      ethereal/gtk/wsp_stat.c