URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af6ea5722375327460f12c0ff6a6389c4f92a7ed
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
af6ea57 by Tatsuhiro Tsujikawa (tatsuhiro.t@xxxxxxxxx):
http2: Update to h2-14
* Expand frame length field to 24 bits
* Add new SETTINGS:
- SETTINGS_MAX_FRAME_SIZE
- SETTINGS_MAX_HEADER_LIST_SIZE
* Update libnghttp2 HPACK
* Remove END_SEGMENT flag
Change-Id: I5906322ad5a4d61c963ed95fada9415e66e146da
Reviewed-on: https://code.wireshark.org/review/3357
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 5ced893 HTTP2: Fix README about change of nghttp2
adds af6ea57 http2: Update to h2-14
Summary of changes:
epan/dissectors/packet-http2.c | 129 ++++---
epan/nghttp2/nghttp2.h | 104 +++---
epan/nghttp2/nghttp2_hd.c | 795 +++++++++++++++-------------------------
epan/nghttp2/nghttp2_hd.h | 44 +--
epan/nghttp2/nghttp2_helper.c | 2 +-
epan/nghttp2/nghttp2ver.h | 4 +-
6 files changed, 448 insertions(+), 630 deletions(-)