URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=588c10a518b5efd66832707b98e73cd668923dd5
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
588c10a by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: remove unused version argument from cipher creation functions
This was necessary to support draft -12 and -13 at the same time. As the
QUIC WG seems to slow down on further changes, this can be removed.
Removing this prepares for properly dissecting the decrypted flag byte
in dissect_quic_long_header.
Change-Id: Ieb7852e2cbdb89730a80b574d04e9ca42e16c23a
Reviewed-on: https://code.wireshark.org/review/31641
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from bfcb3cb QUIC: update for changes in the short header flag (draft -17)
add 588c10a QUIC: remove unused version argument from cipher creation functions
Summary of changes:
epan/dissectors/packet-quic.c | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)