Wireshark-commits: [Wireshark-commits] master 0c9998d: Add dissector for MQTT-SN v1.2

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Aug 2015 08:52:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c9998ddfdb425fef2a43badb09690ef2a8e73ce
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0c9998d by Jan-Hendrik Bolte (jabolte@xxxxxx):

    Add dissector for MQTT-SN v1.2
    
    Bug: 11388
    Change-Id: I5d961b19132a9904080e9494467826d15659c54e
    Reviewed-on: https://code.wireshark.org/review/9711
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4557c17   androiddump: Try to make MVS14.0 happy
    adds  0c9998d   Add dissector for MQTT-SN v1.2


Summary of changes:
 docbook/release-notes.asciidoc   |    1 +
 epan/CMakeLists.txt              |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/packet-mqtt-sn.c |  713 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 716 insertions(+)
 create mode 100644 epan/dissectors/packet-mqtt-sn.c