Wireshark-commits: [Wireshark-commits] master 70d6195: QUIC: add 0-RTT decryption support (draft -2
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 23 Jun 2019 06:13:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70d61952dfbf2b1e96bbac824e3fb2538061f12d
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

70d6195 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: add 0-RTT decryption support (draft -20)
    
    Since the key log format nor wire format provides any information on the
    0-RTT cipher, perform trial decryption. Tested with quant-dsb.pcapng
    
    Bug: 13881
    Change-Id: I1c082bccf12d1ed6d12def6e8cc1b3d9bce1d93a
    Reviewed-on: https://code.wireshark.org/review/33695
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7b55708   Qt: Convert the rest of the preference dialog list buttons.
     add  70d6195   QUIC: add 0-RTT decryption support (draft -20)


Summary of changes:
 epan/dissectors/packet-quic.c | 68 ++++++++++++++++++++++++++++++++++++-------
 epan/dissectors/packet-tls.c  | 51 ++++++++++++++++++--------------
 epan/dissectors/packet-tls.h  |  6 ++--
 3 files changed, 91 insertions(+), 34 deletions(-)