Wireshark-commits: [Wireshark-commits] master 63743a3: QUIC: fix Initial dissection (draft -13)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Sep 2018 21:27:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63743a3733441a4f54ca6216ad63654bb3012824
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

63743a3 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix Initial dissection (draft -13)
    
    Recognize the Token field in the Initial Packet. Accept Initial Packet
    from server and adjust connection tracking logic to take this into
    account.
    
    Tested with ngtcp2-13.pcap, now the Initial packets can be decrypted
    (even if the containing frames are not correctly handled).
    
    Change-Id: I5937fb85172a2f93d1b4a4ed7667474ec04f95fc
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/29641
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aedf4a7   QUIC: use HKDF-Expand-Label (draft -13)
     add  63743a3   QUIC: fix Initial dissection (draft -13)


Summary of changes:
 epan/dissectors/packet-quic.c | 63 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 50 insertions(+), 13 deletions(-)