Wireshark-commits: [Wireshark-commits] master cc69e09: HTTP2: allow subdissectors to query the Stre

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 27 Sep 2018 12:18:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc69e09981a4bb0c09a7dc546bc71181e1b9b6cc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cc69e09 by Peter Wu (peter@xxxxxxxxxxxxx):

    HTTP2: allow subdissectors to query the Stream ID
    
    This will be used by the DNS dissector to distinguish different
    request/response pairs over the same connection (for DoH).
    
    Change-Id: I53721904b007847861807faa1a2137e696639428
    Reviewed-on: https://code.wireshark.org/review/29888
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  776b4d5   DNS: update content type for DoH draft -07 (up to draft -14)
     add  cc69e09   HTTP2: allow subdissectors to query the Stream ID


Summary of changes:
 epan/dissectors/packet-http2.c | 19 +++++++++++++++++++
 epan/dissectors/packet-http2.h |  7 +++++++
 2 files changed, 26 insertions(+)