Wireshark-commits: [Wireshark-commits] master 261817c: QUIC: fix Initial decryption with Token fiel

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Sep 2018 14:22:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=261817cfc7103e3646fae49b63105de1cd757065
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

261817c by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix Initial decryption with Token field (draft -13)
    
    With the addition of the Token field, the authenticated header could
    grow larger than the previous limit and trigger an assertion failure.
    
    Change-Id: I28a89b348492e211a544e01d9b829c0101fc8468
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/29694
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  6137236   QUIC: fix connection tracking/decryption after Retry (draft -13)
     add  261817c   QUIC: fix Initial decryption with Token field (draft -13)


Summary of changes:
 epan/dissectors/packet-quic.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)