URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a90100631e1c3134313299f78760d7b1a91bc757
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a901006 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Add ability to add custom UUID description
Some vendors use UUID128 as own services/attributes.
Sometimes they use UUID16 for it too. Support both cases.
Change-Id: I001692b94fcc2f86eafa81012790e9134b0f2a36
Reviewed-on: https://code.wireshark.org/review/11976
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from c442464 Bluetooth: Move GATT dissectors registration to GATT handoff
adds a901006 Bluetooth: Add ability to add custom UUID description
Summary of changes:
debian/libwireshark0.symbols | 3 +-
epan/dissectors/packet-bluetooth.c | 52 ++++++---------
epan/dissectors/packet-bluetooth.h | 13 ++--
epan/dissectors/packet-btatt.c | 4 ++
epan/dissectors/packet-bthci_cmd.c | 73 +++++-----------------
epan/dissectors/packet-btsdp.c | 19 ++----
ui/qt/bluetooth_att_server_attributes_dialog.cpp | 59 +----------------
7 files changed, 51 insertions(+), 172 deletions(-)