Wireshark-commits: [Wireshark-commits] master 7bc066a: mqtt: Dissect publish message as bytes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 02 May 2019 06:40:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bc066aa0c74f8c595ba01678832f2ac17e279dc
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7bc066a by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    mqtt: Dissect publish message as bytes
    
    The MQTT documentation states "The Payload contains the Application
    Message that is being published. The content and format of the data
    is application specific."
    
    Bug: 15738
    Change-Id: Ie9d603049821fd7fe73add675a95245d5f27e0b0
    Reviewed-on: https://code.wireshark.org/review/33020
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  0d5a9b2   Qt: Remove the border around inactive+selected packet list items
     add  7bc066a   mqtt: Dissect publish message as bytes


Summary of changes:
 epan/dissectors/packet-mqtt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)