Wireshark-commits: [Wireshark-commits] master fc75085: libnghttp2: Update to 0.6.4
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Oct 2014 02:55:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc75085cd0f98d2e64c6c85086e6d694d2345f43
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    libnghttp2: Update to 0.6.4
    
    Change-Id: Ic8878f818a89ebc1056777a5b0838e8a5b1215d5
    Reviewed-on: https://code.wireshark.org/review/4834
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9ddbc8d   Qt: Fill in time display menu items. Other fixes and updates.
    adds  fc75085   libnghttp2: Update to 0.6.4


Summary of changes:
 epan/nghttp2/README.nghttp2   |    2 +-
 epan/nghttp2/nghttp2.h        |  713 ++++++++++++++++++++++++++++-------------
 epan/nghttp2/nghttp2_buf.c    |   43 +++
 epan/nghttp2/nghttp2_buf.h    |   16 +
 epan/nghttp2/nghttp2_hd.c     |  307 +++++++++++-------
 epan/nghttp2/nghttp2_hd.h     |   12 +-
 epan/nghttp2/nghttp2_helper.c |   73 ++++-
 epan/nghttp2/nghttp2ver.h     |    4 +-
 8 files changed, 815 insertions(+), 355 deletions(-)