URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b9796adc6b1669da2bc4bb69f340131cc23eae9
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2b9796a by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: add new transport parameters and error codes (draft-28)
* Add new initial_source_connection_id and retry_source_connection_id
transport parameters for authenticating connection IDs.
* Rename original_connection_id to original_destination_connection_id.
* Rename max_packet_size to to max_udp_payload_size.
* Add new APPLICATION_ERROR transport error code.
Bug: 13881
Change-Id: I45c92e10a42fa8f8849b4c9f7b36b93870760173
Reviewed-on: https://code.wireshark.org/review/37262
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from ff96e37 peekremote: update a comment.
add 2b9796a QUIC: add new transport parameters and error codes (draft-28)
Summary of changes:
epan/dissectors/packet-quic.c | 10 ++++++----
epan/dissectors/packet-tls-utils.c | 24 ++++++++++++++++++------
epan/dissectors/packet-tls-utils.h | 36 +++++++++++++++++++++++++-----------
3 files changed, 49 insertions(+), 21 deletions(-)