Wireshark-commits: [Wireshark-commits] master ee88dc8: BT Common: fix dissection of 32 bits and 128

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2018 16:38:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee88dc8196d248ba88e0d8fa6c380d144d9a9b6a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ee88dc8 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    BT Common: fix dissection of 32 bits and 128 bits UUID
    
    They are in little endian, not big endian.
    
    Bug: 14843
    Change-Id: I1680e84bfce9a03eaeeda9e38c84b471fda2bd8e
    Reviewed-on: https://code.wireshark.org/review/28116
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  650e379   Show the names of the profile, device and cluster in the simple descriptor response.
    adds  ee88dc8   BT Common: fix dissection of 32 bits and 128 bits UUID


Summary of changes:
 epan/dissectors/packet-bluetooth.c | 28 ++++++++++------
 epan/dissectors/packet-bthci_cmd.c | 69 +++++++++++++++++---------------------
 2 files changed, 47 insertions(+), 50 deletions(-)