Wireshark-commits: [Wireshark-commits] master fdec865: Bluetooth: GATT: Add support for TDS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jan 2016 13:59:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fdec8657bf2fac149c59fbf31b0fa863126b4e35
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: GATT: Add support for TDS
    
    TDS is one of the newest profiles announced by Bluetooth SIG last time.
    Also start adding expert info about usage of characteristic.
    In this case mandatory properties are Write or Indicate,
    so warn in other cases.
    
    Change-Id: I0474c1986ddb16c4bcd03aa9160a07b0cacc76c6
    Reviewed-on: https://code.wireshark.org/review/13391
    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  fe52586   Bluetooth: EIR/AD: Add TDS item support
    adds  fdec865   Bluetooth: GATT: Add support for TDS


Summary of changes:
 epan/dissectors/packet-btatt.c     |  105 +++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-btatt.h     |    8 +++
 epan/dissectors/packet-bthci_cmd.c |    6 ---
 3 files changed, 101 insertions(+), 18 deletions(-)