Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am Makefile.nmake packet-smb.c smb.

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:33 -0600 (CST)
sahlberg    2003/01/21 18:40:33 CST

  Modified files:
    .                    Makefile.am Makefile.nmake packet-smb.c 
                         smb.h 
  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.543     +3 -2      ethereal/Makefile.am
  1.272     +3 -2      ethereal/Makefile.nmake
  1.303     +82 -86    ethereal/packet-smb.c
  1.48      +16 -1     ethereal/smb.h