Wireshark-commits: [Wireshark-commits] master 12d55fb: TCP: Fix next sequence number for SYN/FIN pa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Sep 2016 02:48:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12d55fb917dad1aaba8429b24cb1eac49c3cd11f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

12d55fb by Uli Heilmeier (uh@xxxxxxxxxxxx):

    TCP: Fix next sequence number for SYN/FIN packets with payload
    
    The next sequence number is off by one when there is TCP payload
    in a SYN or FIN packet (e.g. when using TCP FastOpen).
    
    Bug: 12579
    Bug: 12838
    Change-Id: Idb68cea4b4dcba39461019c08db09367cbfc6d68
    Reviewed-on: https://code.wireshark.org/review/16239
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ef2aae1   packet-couchbase.c: dissect body of DCP_FAILOVER_LOG response
    adds  12d55fb   TCP: Fix next sequence number for SYN/FIN packets with payload


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