Wireshark-commits: [Wireshark-commits] master 7ae954c: steam-ihs: Add dissector for the Steam IHS D

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Feb 2018 12:53:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ae954c7ac934ea5748b6d65f1c04e8c9b90e27f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7ae954c by Jan Holthuis (jan.holthuis@xxxxxxxxxxxxxxxxxx):

    steam-ihs: Add dissector for the Steam IHS Discovery Protocol
    
    This adds a dissector for the Steam In-Home Streaming
    Discovery Protocol by Valve Software.
    
    Useful documentation can be found at:
    https://codingrange.com/blog/steam-in-home-streaming-discovery-protocol
    
    Change-Id: I26a79e201cfb0aad0ca702ac962e1e7b1b541517
    Reviewed-on: https://code.wireshark.org/review/23615
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a660215   fuzzshark: disable reassembly for few protocols
    adds  7ae954c   steam-ihs: Add dissector for the Steam IHS Discovery Protocol


Summary of changes:
 docbook/release-notes.asciidoc               |    1 +
 epan/dissectors/CMakeLists.txt               |    1 +
 epan/dissectors/Makefile.am                  |    1 +
 epan/dissectors/packet-steam-ihs-discovery.c | 1476 ++++++++++++++++++++++++++
 4 files changed, 1479 insertions(+)
 create mode 100644 epan/dissectors/packet-steam-ihs-discovery.c