Wireshark-commits: [Wireshark-commits] master ef67994: TCP: Add expert info for SYN-ACK that accept
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 May 2020 06:54:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ef67994c904c9270268d9901450ebd7a545497a2
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ef67994 by Peter Wu (peter@xxxxxxxxxxxxx):

    TCP: Add expert info for SYN-ACK that accepts TFO data
    
    "If the cookie is valid, the server sends a SYN-ACK acknowledging both
    the SYN and the data." https://tools.ietf.org/html/rfc7413#page-6
    
    Tested with tcp_tfo_session.pcapng from Bug 12838.
    
    Bug: 16515
    Change-Id: Idff67e9098d558ea60337b01e5c74514397a470f
    Reviewed-on: https://code.wireshark.org/review/36994
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  3a82774   CIP: Various Updates
     add  ef67994   TCP: Add expert info for SYN-ACK that accepts TFO data


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