Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk Makefile.am Makefile.nmake menu.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Jan 2003 18:40:37 -0600 (CST)
sahlberg    2003/01/21 18:40:37 CST

  Modified files:
    gtk                  Makefile.am Makefile.nmake menu.c 
  Log:
  SMB RTT statistics for tethereal and ethereal.
  
  SMB RTT statistics are similar to the RTT statistics already supported by ONC-RPC and DCE-RPC.
  It will present a table with all seen SMB commands and present the Min/Max and Avg response time in ms.
  
  Transaction2 and NT-Transaction commands are broken out and presented in its own subtables.
  
  tethereal feature is activated with -z smb,rtt    switch
  and in ethereal it is activated either through -0z smb,rtt switch or through the Menu.
  
  Revision  Changes    Path
  1.53      +4 -2      ethereal/gtk/Makefile.am
  1.39      +3 -2      ethereal/gtk/Makefile.nmake
  1.83      +6 -1      ethereal/gtk/menu.c