Wireshark-commits: [Wireshark-commits] master e1bd0b9: QUIC: initial support for new header protect
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Jan 2019 05:09:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e1bd0b93995e5abe0d56211a74e1f6e3c1dbeb52
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e1bd0b9 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: initial support for new header protection cipher (draft -17)
    
    The old packet number encryption method was replaced by a new header
    protection mechanism which also encrypts some bits of the first byte.
    Patch the old code to support this byte. Future patch should clean up
    this messy code, but at least (Initial) packet decryption works now.
    
    Bug: 13881
    Change-Id: Ia0f40614c1084ba6f7fc597b8f6dc85845ea1fbd
    Reviewed-on: https://code.wireshark.org/review/31480
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2f786ac   MPLS Echo: Additional downstream mappings RFC8287
     add  e1bd0b9   QUIC: initial support for new header protection cipher (draft -17)


Summary of changes:
 epan/dissectors/packet-quic.c | 215 +++++++++++++++++++++---------------------
 1 file changed, 105 insertions(+), 110 deletions(-)