Wireshark-commits: [Wireshark-commits] master c59f6cc: Bluetooth: GATT: Add ability to filtering by
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Feb 2016 11:53:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c59f6ccd310900bbe7bfccde9ec6a42838d62fee
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c59f6cc by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: GATT: Add ability to filtering by Service and Characteristic level UUIDs
    
    There are three level of characteristics: Services, Characteristics and
    Configuration Characteristics. To properly analyzing packets
    there is a need to display all three why dissecting UUID.
    
    Change-Id: I3121338942c990b52ac2b3a45ced0529f80d4114
    Reviewed-on: https://code.wireshark.org/review/13742
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  cbda60f   Bluetooth: GATT: Add support for OTS/OTP
    adds  c59f6cc   Bluetooth: GATT: Add ability to filtering by Service and Characteristic level UUIDs


Summary of changes:
 epan/dissectors/packet-btatt.c |  208 ++++++++++++++++++++++++----------------
 1 file changed, 127 insertions(+), 81 deletions(-)