Wireshark-commits: [Wireshark-commits] master 68903e7: Update to nghttp2 1.11.1
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 07:18:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68903e7b934ddeb909899ac7aa1249adfed69d8f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

68903e7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Update to nghttp2 1.11.1
    
    Change-Id: I308b4db02b1501f38b2693b45b2b9bd6054376d1
    Reviewed-on: https://code.wireshark.org/review/15579
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  7723ed6   SMB2 ioctl FSCTL_QUERY_ALLOCATED_RANGES etc
    adds  68903e7   Update to nghttp2 1.11.1


Summary of changes:
 epan/nghttp2/CMakeLists.txt       |    1 +
 epan/nghttp2/Makefile.common      |    4 +-
 epan/nghttp2/README.nghttp2       |    1 +
 epan/nghttp2/nghttp2.h            |  345 ++++++++++++-
 epan/nghttp2/nghttp2_buf.h        |    6 +-
 epan/nghttp2/nghttp2_hd.c         | 1030 ++++++++++---------------------------
 epan/nghttp2/nghttp2_hd.h         |  180 ++-----
 epan/nghttp2/nghttp2_hd_huffman.c |   29 +-
 epan/nghttp2/nghttp2_helper.c     |   35 ++
 epan/nghttp2/nghttp2_mem.c        |    4 +
 epan/nghttp2/nghttp2_mem.h        |    1 +
 epan/nghttp2/nghttp2_rcbuf.c      |   99 ++++
 epan/nghttp2/nghttp2_rcbuf.h      |   80 +++
 epan/nghttp2/nghttp2ver.h         |    4 +-
 14 files changed, 889 insertions(+), 930 deletions(-)
 create mode 100644 epan/nghttp2/nghttp2_rcbuf.c
 create mode 100644 epan/nghttp2/nghttp2_rcbuf.h