URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fea2e4aaf84aa73d716070643225134b184dd545
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fea2e4a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    NGHTTP2: Update to 1.3.3
    
    Change-Id: Id52d04859d61ffc720791cf90294cac4b1915a28
    Reviewed-on: https://code.wireshark.org/review/10629
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  c66233c   QUIC: Add Regular Frame Type...
    adds  fea2e4a   NGHTTP2: Update to 1.3.3
Summary of changes:
 epan/nghttp2/nghttp2_buf.c        |   16 +-
 epan/nghttp2/nghttp2_buf.h        |   21 ++-
 epan/nghttp2/nghttp2_hd.c         |  348 +++++++++++++++++++++++++------------
 epan/nghttp2/nghttp2_hd.h         |   21 ++-
 epan/nghttp2/nghttp2_hd_huffman.c |   22 +--
 epan/nghttp2/nghttp2_hd_huffman.h |    3 +
 epan/nghttp2/nghttp2_helper.c     |    2 +-
 epan/nghttp2/nghttp2_helper.h     |    7 +-
 epan/nghttp2/nghttp2ver.h         |    4 +-
 9 files changed, 292 insertions(+), 152 deletions(-)