Wireshark-commits: [Wireshark-commits] master 26092a9: QUIC: update salt, add new TP, add new NCI f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jul 2019 06:38:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26092a912ecda960ff540b215e761b5a674052fb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

26092a9 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: update salt, add new TP, add new NCI field (draft -21)
    
    Update decryption salt, add new transport parameter
    (active_connection_id_limit), add new Retire Prior To field to NCI.
    
    Due to the salt change, this drops support for draft -20 and older.
    
    Bug: 13881
    Change-Id: I99c25575af596193b96521abe81dca2fed0f8082
    Reviewed-on: https://code.wireshark.org/review/33959
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b2a437e   QUIC: remove support for draft -18 and older
     add  26092a9   QUIC: update salt, add new TP, add new NCI field (draft -21)


Summary of changes:
 epan/dissectors/packet-quic.c      | 19 +++++++++++++++----
 epan/dissectors/packet-tls-utils.c |  8 ++++++++
 epan/dissectors/packet-tls-utils.h |  9 ++++++++-
 3 files changed, 31 insertions(+), 5 deletions(-)