Wireshark-commits: [Wireshark-commits] master d0e3431: HTTP2: Update to libnghttp2 0.7.13

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

Commits:

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

    HTTP2: Update to libnghttp2 0.7.13
    
    Change-Id: I69589a90077a9b009f2e1a45531059ebd61a0450
    Reviewed-on: https://code.wireshark.org/review/8242
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  12ec6c4   Add correct decoding of a Il command
    adds  d0e3431   HTTP2: Update to libnghttp2 0.7.13


Summary of changes:
 epan/nghttp2/nghttp2.h            |  730 ++++++++++++++++++---------
 epan/nghttp2/nghttp2_buf.c        |   40 +-
 epan/nghttp2/nghttp2_buf.h        |   16 +-
 epan/nghttp2/nghttp2_hd.c         | 1001 ++++++++++++++++++++++++++-----------
 epan/nghttp2/nghttp2_hd.h         |  106 +++-
 epan/nghttp2/nghttp2_hd_huffman.c |   61 ++-
 epan/nghttp2/nghttp2_helper.h     |    4 +
 epan/nghttp2/nghttp2_int.h        |    5 +-
 epan/nghttp2/nghttp2_net.h        |   53 +-
 epan/nghttp2/nghttp2ver.h         |    4 +-
 10 files changed, 1434 insertions(+), 586 deletions(-)