Wireshark-commits: [Wireshark-commits] master 02b2c86: SCTPGraphArwndDialog: Detect max arwnd value

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Jul 2018 12:19:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02b2c86c53a519572a564db57ff7decafb5d8d57
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

02b2c86 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    SCTPGraphArwndDialog: Detect max arwnd value when startArwnd is not set
    
    When the capture does not contains SCTP INIT and INAT_ACK packets the
    startArwnd value is 0 (not set) and as a result the Y axis range is
    (0,0) and the dots are not visible
    
    Change-Id: Iafb1981e62f28fe09b106138836c866d0dbebb27
    Reviewed-on: https://code.wireshark.org/review/28861
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5da97a4   GMPLS extensions to OSPF-TE
    adds  02b2c86   SCTPGraphArwndDialog: Detect max arwnd value when startArwnd is not set


Summary of changes:
 ui/qt/sctp_graph_arwnd_dialog.cpp | 5 +++++
 ui/qt/sctp_graph_arwnd_dialog.h   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)