Wireshark-commits: [Wireshark-commits] master-3.2 8bbfc17: QUIC: update Retry Packet and comments,

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Feb 2020 09:03:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bbfc1795abd633aae8d20174421db9e2f924deb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

8bbfc17 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: update Retry Packet and comments, rename idle_timeout (draft -25)
    
    Final changes for draft -25:
    * Update Retry Packet dissection.
    * Rename idle_timeout to max_idle_timeout and remove the
      TransportParameterId enum that was removed in the spec. Originally the
      spec changed it into a varint, but this was reverted to uint16 before
      the draft was released. To keep the description short, the original
      TLS-style formatting was maintained instead of using ASCII art.
    
    Change-Id: Id72df59de128ab5028727abbbb01c585ec284809
    Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/35963
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 6e6831fbd38dce74da378d8d62aeb4216a891c30)
    Reviewed-on: https://code.wireshark.org/review/36100
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  63aae81   QUIC: add new frame type and transport code (draft -25)
     add  8bbfc17   QUIC: update Retry Packet and comments, rename idle_timeout (draft -25)


Summary of changes:
 epan/dissectors/packet-quic.c      | 28 ++++++++++++++++++++++------
 epan/dissectors/packet-tls-utils.c | 34 +++++++++-------------------------
 epan/dissectors/packet-tls-utils.h |  8 ++++----
 3 files changed, 35 insertions(+), 35 deletions(-)