Wireshark-commits: [Wireshark-commits] master 0f353c9: HTTP2: Add tap for HTTP2 dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Feb 2015 07:09:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f353c9cc412c94c966a5195c1ff847a9081e959
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    HTTP2: Add tap for HTTP2 dissector
    
    Change-Id: Ib13d9391b64dad19321a4399c95b95d7fb791284
    Reviewed-on: https://code.wireshark.org/review/6421
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ef929ad   TOS-specific forwarding blocks aren't actually required: don't warn when they aren't present.  Only warn if no forwarding blocks are present.
    adds  0f353c9   HTTP2: Add tap for HTTP2 dissector


Summary of changes:
 docbook/release-notes.asciidoc |    4 ++++
 epan/dissectors/packet-http2.c |   43 ++++++++++++++++++++++++++++++++++++++++
 ui/gtk/main_menubar.c          |    2 ++
 ui/qt/main_window.h            |    1 +
 ui/qt/main_window.ui           |    9 +++++++++
 ui/qt/main_window_slots.cpp    |    6 ++++++
 6 files changed, 65 insertions(+)