QUIC: Add draft-07 value_string

Change-Id: Icc4cfc4ce007eac29d9a502eae76527713e93e05
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/24019
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-10-22 18:40:47 +02:00 committed by Michael Mann
parent de066346a6
commit a16126fffb
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ const value_string quic_version_vals[] = {
{ 0xff000004, "draft-04" },
{ 0xff000005, "draft-05" },
{ 0xff000006, "draft-06" },
{ 0xff000007, "draft-07" },
{ 0, NULL }
};