Wireshark-commits: [Wireshark-commits] rev 52592: /trunk/ui/gtk/ /trunk/ui/gtk/: smb2_stat.c

Date: Sun, 13 Oct 2013 20:19:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52592

User: cturney
Date: 2013/10/13 08:19 PM

Log:
 SMB2 SRT can be very inaccurate in the presence of retransmissions:   Retransmitted responses not only add additional (bogus) transactions but also the latency associated with them. This can greatly inflate the maximum and average SRT stats especially in the case of retransmissions triggered by the expiry of the rexmit timer (RTOs). Only calculating SRT for the first response received accomplishes this goal without requiring the TCP pref "Do not call subdissectors for error packets" to be set.

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +12 -3     smb2_stat.c    Modified