Wireshark-commits: [Wireshark-commits] master 06f06ee: http2: workaround to fix headers dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 May 2020 17:55:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06f06eec3c5842af452620a7a493b0cbf51be728
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

06f06ee by Peter Wu (peter@xxxxxxxxxxxxx):

    http2: workaround to fix headers dissection for partial captures
    
    Populate the dynamic table with dummy entries to ensure that nghttp2
    will continue even if previous headers were missing (for example, due to
    the capture starting in the middle of a plaintext h2c connection).
    
    Bug: 16496
    Change-Id: Ifb2fd4c6b8f3f93babed42e1f803048a695b23e9
    Reviewed-on: https://code.wireshark.org/review/37278
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  65806b6   TCP: Add expert info for ignored TCP Fast Open data
     add  06f06ee   http2: workaround to fix headers dissection for partial captures


Summary of changes:
 epan/dissectors/packet-http2.c | 63 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)