Wireshark-commits: [Wireshark-commits] master 624d136: QUIC: wire up CRYPTO frames with TLS 1.3 Han

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Sep 2018 20:22:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=624d136f37ecd78dbd47011045c0093f1bb61619
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

624d136 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)
    
    This recognizes the Client/Server Hello message in the Initial Packets.
    Full (handshake) decryption remains a task for later.
    Prevent STREAM 0 from being treated as TLS while at it.
    
    Change-Id: I27193a15be777c568b6b009141cbc59bcf3e8ad6
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/29646
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  e22faab   QUIC: Add TP disable migration from draft-13
     add  624d136   QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)


Summary of changes:
 epan/dissectors/packet-quic.c      | 23 ++++++++++++++++---
 epan/dissectors/packet-ssl-utils.c |  8 +++++++
 epan/dissectors/packet-ssl-utils.h |  1 +
 epan/dissectors/packet-ssl.c       | 47 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 3 deletions(-)