Wireshark-commits: [Wireshark-commits] master 63d2349: QUIC: remove superfluous encrypted packet nu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Jan 2019 12:30:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63d2349a4f86e8b3fb7cb2e6733d15adf9a1b59c
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

63d2349 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: remove superfluous encrypted packet number field
    
    As all packet number fields are encrypted, it is no longer useful to
    display the partial packet number. The user can infer the original
    decrypted value by checking the field length and truncating the value.
    
    Bug: 13881
    Change-Id: I7926ac7439ff579b9dd5047dde87f738aefac76d
    Reviewed-on: https://code.wireshark.org/review/31643
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  295b988   QUIC: dissect unprotected fields in Long Header (draft -17)
     add  63d2349   QUIC: remove superfluous encrypted packet number field


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