HTTP2: Update to draft-16

Also update HTTP Header Compression (to draft-10)

No framing change on HTTP2 draft-16

Change-Id: I7f8ffd7ab37bc22fd6fbe156b0bf52543025e3a8
Reviewed-on: https://code.wireshark.org/review/5782
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-12-14 19:59:38 +01:00 committed by Michael Mann
parent ce687075f0
commit 1cbf951ce1
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
/*
* The information used comes from:
* Hypertext Transfer Protocol version 2 draft-ietf-httpbis-http2-15
* HTTP Header Compression draft-ietf-httpbis-header-compression-09
* Hypertext Transfer Protocol version 2 draft-ietf-httpbis-http2-16
* HTTP Header Compression draft-ietf-httpbis-header-compression-10
* HTTP Alternative Services draft-ietf-httpbis-alt-svc-04
*
* TODO
@ -1389,7 +1389,7 @@ dissect_http2(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
col_clear(pinfo->cinfo, COL_INFO);
ti = proto_tree_add_item(tree, proto_http2, tvb, 0, -1, ENC_NA);
proto_item_append_text(ti, " (draft-15)");
proto_item_append_text(ti, " (draft-16)");
http2_tree = proto_item_add_subtree(ti, ett_http2);