URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6dc42eaec44425dd4eaffa9e36a037f4a254fa1c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
6dc42ea 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)
Reviewed-on: https://code.wireshark.org/review/28124
Actions performed:
from c8387eb Fix again.
adds 6dc42ea 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(-)