Wireshark-commits: [Wireshark-commits] master 2c79830: tcp: only reset dupACK counter when ACk# cha
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Jul 2015 23:11:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c798305853524083f49cd4fb03db84533c6d750
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c79830 by Evan Huus (eapache@xxxxxxxxx):

    tcp: only reset dupACK counter when ACk# changes
    
    Otherwise things like window changes will reset the dup-ack counter incorrectly
    and confusingly.
    
    Bug: 11397
    Change-Id: I80b63cf989a952547bec48562a92078c8ab29081
    Reviewed-on: https://code.wireshark.org/review/9802
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  1732017   Add an application-wide style sheet.
    adds  2c79830   tcp: only reset dupACK counter when ACk# changes


Summary of changes:
 epan/dissectors/packet-tcp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)