QUIC: Add initial draft-09 support

Bug:13881
Change-Id: I4127330ff6af96291452dd31086b57d24ec368ab
Reviewed-on: https://code.wireshark.org/review/25687
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-02-07 17:01:09 +01:00 committed by Anders Broman
parent 55c68ee69c
commit 41812f2d68
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,8 @@
/*
* See https://quicwg.github.io/
* https://tools.ietf.org/html/draft-ietf-quic-transport-08
* https://tools.ietf.org/html/draft-ietf-quic-tls-08
* https://tools.ietf.org/html/draft-ietf-quic-transport-09
* https://tools.ietf.org/html/draft-ietf-quic-tls-09
*/
#include <config.h>
@ -130,6 +130,7 @@ const value_string quic_version_vals[] = {
{ 0xff000006, "draft-06" },
{ 0xff000007, "draft-07" },
{ 0xff000008, "draft-08" },
{ 0xff000009, "draft-09" },
{ 0, NULL }
};