Wireshark-commits: [Wireshark-commits] master 1f8c4ec: QUIC: print helpful hints when Libgcrypt is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Jun 2020 17:22:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f8c4ec2701721eb2f850b757358399a5242e1ac
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1f8c4ec by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: print helpful hints when Libgcrypt is too old
    
    Robin Marx reported an issue where decryption failed and "Unable to
    retrieve cipher information" was displayed. It turns out that his Ubuntu
    16.04 installation was too old to support ChaCha20-Poly1305 decryption.
    Be sure to report a more helpful error.
    
    Change-Id: Id61471b68e0a52a54ed5573437126f784371c2b7
    Reviewed-on: https://code.wireshark.org/review/37525
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2eb8743   RTPS: initialize the fields_visited memer of a new type mapping object.
     add  1f8c4ec   QUIC: print helpful hints when Libgcrypt is too old


Summary of changes:
 epan/dissectors/packet-quic.c | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)