Wireshark-commits: [Wireshark-commits] master 8bb4fed: Bluetooth: Fix displaying and	handling UUID1
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bb4fed753b05147166be2b8429be643ac88438e
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8bb4fed by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    Bluetooth: Fix displaying and handling UUID128
    
    Use a standard way of displaying 128 UUIDs (like GUID).
    This also change a way that UUID are handled by dissector tables.
    
    Change-Id: Ie0f880f58480c34b40dd23c426202349e0620b12
    Reviewed-on: https://code.wireshark.org/review/11018
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    
Actions performed:
    from  58081a2   Bluetooth: ATT: Add missing "Generic" items for Appearance
    adds  8bb4fed   Bluetooth: Fix displaying and handling UUID128
Summary of changes:
 epan/dissectors/packet-bluetooth.c               |   65 +++++++++++++++++-----
 epan/dissectors/packet-btatt.c                   |    4 +-
 epan/to_str.h                                    |    3 +
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |   45 ++++++++++-----
 4 files changed, 88 insertions(+), 29 deletions(-)