Wireshark-commits: [Wireshark-commits] master 3805cb6: mqtt: Dissect connect last will message as b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 09 Oct 2019 06:32:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3805cb6f2f0190d81f2d68c7e83f3323da51209f
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3805cb6 by Ali Sabil (ali.sabil@xxxxxxxxxxxxx):

    mqtt: Dissect connect last will message as bytes
    
    The MQTT specification says "The Will Message defines the Application
    Message that is to be published to the Will Topic", Application
    Messages are defined as being application specific.
    
    Change-Id: I3fad1cb5f676b0232ba9e29af0d213b536ce4ef6
    Reviewed-on: https://code.wireshark.org/review/34749
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  09d16a6   Get rid of some unnecessary string operations
     add  3805cb6   mqtt: Dissect connect last will message as bytes


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