Wireshark-commits: [Wireshark-commits] master d442414: mqtt: Add option to uncompress message when

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Apr 2018 19:37:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d44241488460f06342bb8ea97415b21dd147b7d1
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d442414 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    mqtt: Add option to uncompress message when decoding
    
    Add support for uncompressing message data before dissecting
    based on topic.
    
    Bug: 14591
    Change-Id: Ibaead205a4df791d8e903935dfd29b9b8c13ddc5
    Reviewed-on: https://code.wireshark.org/review/26794
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Christopher Maynard <Christopher.Maynard@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  432c3b2   [Automatic update for 2018-04-08]
    adds  d442414   mqtt: Add option to uncompress message when decoding


Summary of changes:
 epan/dissectors/packet-mqtt.c | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)