Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 3686713: Update libnghttp2 to latest master (add supp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 5 Jul 2014 07:11:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3686713e7cfe2c1b8853455370a83884aaa5fdea
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Update libnghttp2 to latest master (add support for draft-13)
    
    Bug:10256
    Change-Id: I24275f1b67120f69cfd673f7e5598a50b3c7566f
    Reviewed-on: https://code.wireshark.org/review/2145
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c92bf7e   Expand a variable from 16 to 32 bits (and make it signed).
    adds  3686713   Update libnghttp2 to latest master (add support for draft-13)


Summary of changes:
 wsutil/nghttp2/README.nghttp2            |   19 +-
 wsutil/nghttp2/nghttp2/nghttp2.h         |  286 +-
 wsutil/nghttp2/nghttp2/nghttp2ver.h      |    4 +-
 wsutil/nghttp2/nghttp2_buf.c             |    4 +-
 wsutil/nghttp2/nghttp2_hd.c              |  143 +-
 wsutil/nghttp2/nghttp2_hd.h              |    4 +-
 wsutil/nghttp2/nghttp2_hd_huffman.c      |    6 +-
 wsutil/nghttp2/nghttp2_hd_huffman.h      |    2 +-
 wsutil/nghttp2/nghttp2_hd_huffman_data.c | 8500 +++++++++++++++---------------
 wsutil/nghttp2/nghttp2_helper.h          |    3 +-
 10 files changed, 4523 insertions(+), 4448 deletions(-)