QUIC: Initial support of draft -14

Update quic_version_vals value string
and update spec URL (and invariants spec)

Change-Id: I89067a53bbab9fbbc79b8da625a74c96d8ec2605
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29701
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Alexis La Goutte 2018-09-17 18:14:02 +02:00 committed by Peter Wu
parent 9463dcb25b
commit 0aaaa49af3
1 changed files with 5 additions and 3 deletions

View File

@ -11,9 +11,10 @@
*/
/*
* See https://quicwg.github.io/
* https://tools.ietf.org/html/draft-ietf-quic-transport-13
* https://tools.ietf.org/html/draft-ietf-quic-tls-13
* See https://quicwg.org
* https://tools.ietf.org/html/draft-ietf-quic-transport-14
* https://tools.ietf.org/html/draft-ietf-quic-tls-14
* https://tools.ietf.org/html/draft-ietf-quic-invariants-02
*/
#include <config.h>
@ -279,6 +280,7 @@ const value_string quic_version_vals[] = {
{ 0xff00000b, "draft-11" },
{ 0xff00000c, "draft-12" },
{ 0xff00000d, "draft-13" },
{ 0xff00000e, "draft-14" },
{ 0, NULL }
};