Wireshark-commits: [Wireshark-commits] master 993800b: QUIC: improve Info column and packet details

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Sep 2018 09:06:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=993800b8b97c19e7b2194983a1f97f4884979ec3
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

993800b by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: improve Info column and packet details when decryption fails
    
    If decryption is not possible due to missing keys, say so rather than a
    vague "packet number decryption failed". Ensure that the Info column is
    populated for a protected packet even if decryption fails. Show the
    remaining unprocessed data as a tree item.
    
    Change-Id: I47294d7af20836976cb619ccab45e2b379a863cb
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/29762
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5dd0c8d   Stop advertising support for Solaris.
     add  993800b   QUIC: improve Info column and packet details when decryption fails


Summary of changes:
 epan/dissectors/packet-quic.c | 40 ++++++++++++++++++++++++++++------------
 1 file changed, 28 insertions(+), 12 deletions(-)