URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f4072b481f56688ed6a971b46849de624c3a6c7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8f4072b by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: fix initial_max_streams_* decoding and rename it
These are 16-bit fields, not 32-bit. Fixes a malformed packet exception.
While at it, rename fields to match draft-ietf-quic-tls-11-6-g4b762033,
these fields were inconssitently named in draft-11.
Bug: 13881
Change-Id: I797d2b4a24a4f4a9b340db736de0000acd52e639
Reviewed-on: https://code.wireshark.org/review/27491
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5fef0e8 Fix indentation.
adds 8f4072b QUIC: fix initial_max_streams_* decoding and rename it
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 16 ++++++++--------
epan/dissectors/packet-ssl-utils.h | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)