Wireshark-commits: [Wireshark-commits] master-2.4 dc7aa7d: BT Common: fix dissection of 32 bits and

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

Commits:

dc7aa7d 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>
    (cherry picked from commit ee88dc8196d248ba88e0d8fa6c380d144d9a9b6a)
    Conflicts:
    	epan/dissectors/packet-bthci_cmd.c
    Reviewed-on: https://code.wireshark.org/review/28125
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  4eac124   Fix again.
    adds  dc7aa7d   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 | 78 ++++++++++++++++++--------------------
 2 files changed, 53 insertions(+), 53 deletions(-)