Wireshark-commits: [Wireshark-commits] master-3.2 67af932: QUIC, TLS: update transport parameter en
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=67af93246ec3836af2f439e28b1597123597651e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
67af932 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC,TLS: update transport parameter encoding (draft-27)
Use heuristics to distinguish TP encoding of older drafts from draft 27.
Tested with a draft-24 and draft-27 capture.
Bug: 13881
Change-Id: I0426f2b3afeab974104f0363b25dcf6387101d1f
Reviewed-on: https://code.wireshark.org/review/36150
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit e4138a3b98ac5782d3cc55de1c8c65352172fa10)
Reviewed-on: https://code.wireshark.org/review/36180
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9c057e6 TLS (QUIC): Add min_ack_delay TP
add 67af932 QUIC,TLS: update transport parameter encoding (draft-27)
Summary of changes:
epan/dissectors/packet-quic.c | 8 ++--
epan/dissectors/packet-tls-utils.c | 97 ++++++++++++++++++++++++++------------
epan/dissectors/packet-tls-utils.h | 12 +++--
3 files changed, 82 insertions(+), 35 deletions(-)