Wireshark-commits: [Wireshark-commits] master 85df921: Added HSMS dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Sep 2016 13:47:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85df9217f0db503cd2aff04a2e5a475f5d0203a9
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

85df921 by Benjamin Parzella (bparzella@xxxxxxxxx):

    Added HSMS dissector
    
    Bug: 12942
    Change-Id: I69ab22caa9938167db421ca2f0346ca086280823
    Reviewed-on: https://code.wireshark.org/review/17890
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  c205bce   proto.c use g_list_prepend when adding heuristic dissectors and plugins.
    adds  85df921   Added HSMS dissector


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