Wireshark-commits: [Wireshark-commits] master 530afbf: QUIC: fix connection tracking with empty Ini

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Sep 2019 12:44:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=530afbf06ef8a586b1a902b26cd2799a7deb5657
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

530afbf by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix connection tracking with empty Initial SCID
    
    Fix linking of new Initial packets after a Retry packet in case the
    client Initial packet has an empty SCID. Update a comment to drop
    "Stateless" from "Stateless Retry" to match newer QUIC drafts.
    
    Tested with quic-go-b083fd6f0e36-d22-dsb.pcapng.
    
    Bug: 13881
    Change-Id: Idc8b1ad6283ace95ae059a6ef6ee268c1ffb4097
    Reviewed-on: https://code.wireshark.org/review/34469
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  39aba1a   [Automatic update for 2019-09-08]
     add  530afbf   QUIC: fix connection tracking with empty Initial SCID


Summary of changes:
 epan/dissectors/packet-quic.c | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)