URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e6831fbd38dce74da378d8d62aeb4216a891c30
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6e6831f 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>
Actions performed:
from 0c112e2 Fix indentation.
add 6e6831f 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(-)