Wireshark-commits: [Wireshark-commits] master 259a3e5: Qt: add graph of unacked (outstanding) bytes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jan 2017 10:00:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=259a3e508f37bb3c9b6d18cdacf7a18aa6dbd8f8
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

259a3e5 by Kevin Hogan (kwabena@xxxxxxxxxx):

    Qt: add graph of unacked (outstanding) bytes to window scale graph
    
    This metric is commonly used as an estimate of the sender's congestion window.
    [ when examining a capture taken from the sender ]
    
    Change-Id: I812d5556cef477c08ef1e5d396fbdddda9a6751e
    Reviewed-on: https://code.wireshark.org/review/19661
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  c397add   dns: change get_dns_name to return consumed bytes + actual name len.
    adds  259a3e5   Qt: add graph of unacked (outstanding) bytes to window scale graph


Summary of changes:
 ui/qt/tcp_stream_dialog.cpp |   47 ++++++++++++++++++++++++++++++++++---------
 ui/tap-tcp-stream.h         |   15 ++++++++++++++
 2 files changed, 52 insertions(+), 10 deletions(-)