URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc60fa883488327267727fc36c283486a168b2c3
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
cc60fa8 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
    (cherry picked from commit d44241488460f06342bb8ea97415b21dd147b7d1)
    Reviewed-on: https://code.wireshark.org/review/26803
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    
Actions performed:
    from  4b8ae7e   [Automatic update for 2018-04-08]
    adds  cc60fa8   mqtt: Add option to uncompress message when decoding
Summary of changes:
 epan/dissectors/packet-mqtt.c | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)