URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=295b9883e5e6c8d665a6740be3fed90a7d439703
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
295b988 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: dissect unprotected fields in Long Header (draft -17)
Create ciphers earlier in the long header dissection process such that
the flag byte can be decrypted, dissect Reserved and Packet Number
Length fields.
Bug: 13881
Change-Id: I233ee1cab9783f00a4ed6e1e3689135f979ec820
Reviewed-on: https://code.wireshark.org/review/31642
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 7acb5ca QUIC: remove gQUIC Q044 support
add 295b988 QUIC: dissect unprotected fields in Long Header (draft -17)
Summary of changes:
epan/dissectors/packet-quic.c | 107 ++++++++++++++++++++++++++++--------------
1 file changed, 71 insertions(+), 36 deletions(-)