URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e1292a10d93efa8185c9e16c94172dd22bace8d
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3e1292a by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: implement new Retry Packet (draft -13)
The Retry Packet is not encrypted at all since draft -13 so instead of
complicating dissect_quic_long_header, let's create a separate routine
that also prepares for draft -14 support. No pcap available, spec link:
https://tools.ietf.org/html/draft-ietf-quic-transport-13#section-4.4.2
Change-Id: I32f03d723213b857a6140d0f1348baf51df4385e
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29687
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 210549f NAS5GS: Bugfixes and small enhancements.
add 3e1292a QUIC: implement new Retry Packet (draft -13)
Summary of changes:
epan/dissectors/packet-quic.c | 67 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 64 insertions(+), 3 deletions(-)