Wireshark-commits: [Wireshark-commits] master 846f08b: Bluetooth: GATT: Better name resolution of h
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jan 2016 06:57:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=846f08b97ecd08b3b0c14accec4977919ac786ac
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

846f08b by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: GATT: Better name resolution of handles
    
    Print in Info column:
    - service names while Discovery
    - additional characteristic informations while Finding
    - service name for characteristics, for example Handle: 0x002F (Battery Service: Battery Level)
    - service name, characteristic name and additional configuration characteristic
      name while read/write/etc it, for example:
      	Handle: 0x0030 (Battery Service: Battery Level: Client Characteristic Configuration)
      Reason: "Client Characteristic Configuration" is configuration of characteristic,
      in this case "Battery Level". Service name may be useful is somebody involved own service
      with the same characteristic - "Battery Level".
    
    Change-Id: I846755d58708ca60ad2a223b24a4a164b3c7cc14
    Reviewed-on: https://code.wireshark.org/review/13390
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  aeeb2a9   Call the dissectors for types in TZSP packets individually.
    adds  846f08b   Bluetooth: GATT: Better name resolution of handles


Summary of changes:
 epan/dissectors/packet-btatt.c |  183 ++++++++++++++++++++++++++++++++--------
 1 file changed, 148 insertions(+), 35 deletions(-)