Wireshark-commits: [Wireshark-commits] master adaa661: Update to libnghttp2 0.7.1

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Jan 2015 08:34:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=adaa661b74b1b407341e67052fb430914cba127d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Update to libnghttp2 0.7.1
    
    Change-Id: Ib8d40586a3b95674447819f77eaaa69376dce6fd
    Reviewed-on: https://code.wireshark.org/review/6411
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5b92ab9   RSVP: Add support of GMPLS Support for Metro Ethernet Forum and G.8011 (RFC 6004)
    adds  adaa661   Update to libnghttp2 0.7.1


Summary of changes:
 epan/CMakeLists.txt                           |    1 +
 epan/nghttp2/Makefile.common                  |    4 +-
 epan/nghttp2/README.nghttp2                   |    1 +
 epan/nghttp2/nghttp2.h                        |  245 ++++++++++++++++++++++---
 epan/nghttp2/nghttp2_buf.c                    |   62 ++++---
 epan/nghttp2/nghttp2_buf.h                    |   21 ++-
 epan/nghttp2/nghttp2_hd.c                     |  187 ++++++++++++-------
 epan/nghttp2/nghttp2_hd.h                     |   15 +-
 epan/nghttp2/nghttp2_hd_huffman.c             |  107 ++++++-----
 epan/nghttp2/nghttp2_helper.c                 |   93 +++++-----
 epan/nghttp2/nghttp2_helper.h                 |   11 +-
 epan/nghttp2/nghttp2_mem.c                    |   61 ++++++
 epan/nghttp2/{nghttp2_net.h => nghttp2_mem.h} |   26 +--
 epan/nghttp2/nghttp2ver.h                     |    4 +-
 14 files changed, 591 insertions(+), 247 deletions(-)
 create mode 100644 epan/nghttp2/nghttp2_mem.c
 copy epan/nghttp2/{nghttp2_net.h => nghttp2_mem.h} (68%)