Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dcerpc_stat.c fc_stat.c main.c rpc_stat.

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Tue, 19 Aug 2003 05:09:21 -0500 (CDT)
sahlberg    2003/08/19 05:09:21 CDT

  Modified files:
    gtk                  dcerpc_stat.c fc_stat.c main.c rpc_stat.c 
                         smb_stat.c 
  Log:
  Update to the Response Time Statistics taps.
  SMB/FC/ONC-RPC/DCE-RPC now all use the default tap filter string as the
  same filter string as is used in the main window instead of using a default
  NULL filter string.
  
  The idea is that if you have applied a certain filter to your main window, it
  is likely that if you want to invoke the response time statistics feature you
  probably want to do the response time statistics over the same set of packets, i.e. the ones you see in the main window.
  
  Revision  Changes    Path
  1.12      +8 -1      ethereal/gtk/dcerpc_stat.c
  1.2       +9 -1      ethereal/gtk/fc_stat.c
  1.305     +3 -1      ethereal/gtk/main.c
  1.13      +7 -1      ethereal/gtk/rpc_stat.c
  1.10      +9 -1      ethereal/gtk/smb_stat.c