Wireshark-commits: [Wireshark-commits] master 4990a8e: Added support for MQTT protocol. Bug 9930
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Apr 2014 22:35:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4990a8e4ee1685905e42973b19711a8e3e959836
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4990a8e by Michael Mann (mmann78@xxxxxxxxxxxx):

    Added support for MQTT protocol. Bug 9930
    
    Change-Id: I04fc3a6225c56af9905f4f9bbbca5bc10f214843
    Reviewed-on: https://code.wireshark.org/review/873
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a07dd03   Clean up white space.
    adds  4990a8e   Added support for MQTT protocol. Bug 9930


Summary of changes:
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-mqtt.c   |  587 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 589 insertions(+)
 create mode 100644 epan/dissectors/packet-mqtt.c