Wireshark-commits: [Wireshark-commits] master 6919734: HTTP2: Update nghttp2 lib (0.6.7)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Dec 2014 07:58:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=691973469f5528b209687c3a77ffc8880f38d949
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    HTTP2: Update nghttp2 lib (0.6.7)
    
    lot of change but it is majority reindent change (Using clang-format)
    
    Change-Id: Idcd0fa79ca977e25d69eb80a89d3c61d228885e9
    Reviewed-on: https://code.wireshark.org/review/5764
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  9815dc1   Add support for EAPOL-MKA (802.1x-2010)
    adds  6919734   HTTP2: Update nghttp2 lib (0.6.7)


Summary of changes:
 epan/nghttp2/README.nghttp2            |    2 +-
 epan/nghttp2/nghttp2.h                 |  327 +-
 epan/nghttp2/nghttp2_buf.c             |  182 +-
 epan/nghttp2/nghttp2_buf.h             |   79 +-
 epan/nghttp2/nghttp2_hd.c              |  939 ++-
 epan/nghttp2/nghttp2_hd.h              |   25 +-
 epan/nghttp2/nghttp2_hd_huffman.c      |   70 +-
 epan/nghttp2/nghttp2_hd_huffman.h      |    2 +-
 epan/nghttp2/nghttp2_hd_huffman_data.c |10246 ++++++++++++++++----------------
 epan/nghttp2/nghttp2_helper.c          |  502 +-
 epan/nghttp2/nghttp2_helper.h          |   23 +-
 epan/nghttp2/nghttp2_int.h             |    6 +-
 epan/nghttp2/nghttp2_net.h             |    8 +-
 epan/nghttp2/nghttp2ver.h              |    4 +-
 14 files changed, 6120 insertions(+), 6295 deletions(-)