Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.12 fe8d943: [tcp] Fix case of incorrect "[TCP ACKed

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Sep 2015 00:44:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe8d9434b6385b3cc2cb1b5230a51227fc649fb1
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

fe8d943 by Bill Meier (wmeier@xxxxxxxxxxx):

    [tcp] Fix case of incorrect "[TCP ACKed unseen segment]"
    
    The invalid message occurred for an ack of a TCP segment
    which included both retransmitted data and additional new data.
    
    Bug: 11506
    Change-Id: Id981d04c91b9e69b6ee1e0dea85aed142bf32594
    Reviewed-on: https://code.wireshark.org/review/10395
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    (cherry picked from commit c36ed56abedb3275a9529eb51f8adca807e199c9)
    Reviewed-on: https://code.wireshark.org/review/10542
    

Actions performed:

    from  d840553   TCAP: support dialogue confirmation
    adds  fe8d943   [tcp] Fix case of incorrect "[TCP ACKed unseen segment]"


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