URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a2e290c331f03b2467d49d5c04151aab9f1a4d9
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3a2e290 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: fix transport parameter heuristics for draft -18 and older
"initial_version" might not contain a valid QUIC version if the initial
packet is used to trigger version negotiation. This was observed with
quiche (on draft -18) which uses 0xbabababa. Change heuristics to detect
the new format instead.
Bug: 13881
Change-Id: I8f1dc466575f37a27ee579a6e3dd38e154c3fa5d
Reviewed-on: https://code.wireshark.org/review/33032
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from b075b8c wsutil: Fix 30 seconds freeze if process fails to start
add 3a2e290 QUIC: fix transport parameter heuristics for draft -18 and older
Summary of changes:
epan/dissectors/packet-tls-utils.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)