URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61372364c5f7d4cf9faec1df0e8338881a96c64a
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6137236 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: fix connection tracking/decryption after Retry (draft -13)
Since draft -13, the Initial Packet following a Retry Packet no longer
continues the handshake, but is instead treated as a new "first Initial
Packet" which results in a new cryptographic state. See
https://tools.ietf.org/html/draft-ietf-quic-transport-13#section-4.4.1
Tested with ngtcp2-14.pcap (draft -14).
Change-Id: I534d7d77717bc08ba615e5dea936e623deb63e00
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29691
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 3e1292a QUIC: implement new Retry Packet (draft -13)
add 6137236 QUIC: fix connection tracking/decryption after Retry (draft -13)
Summary of changes:
epan/dissectors/packet-quic.c | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)