Wireshark-commits: [Wireshark-commits] master cbda60f: Bluetooth: GATT: Add support for OTS/OTP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Feb 2016 11:52:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbda60f7f5aabcccacc0005399bb2e1e86a1e884
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: GATT: Add support for OTS/OTP
    
    OTS/OTP is the newset "profile" announced by Bluetooth SIG.
    It name describe what it doing: Object Transfer Service/Profile,
    so it is something like OPP.
    
    While we are at this move some HID attributes to get right
    order in switch-case.
    
    Change-Id: I460963a422c7292b2cabf7e88f32dbd6e8d7051f
    Reviewed-on: https://code.wireshark.org/review/13735
    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  26e6275   Bluetooth: BTLE: Fix Random Rx/Tx BdAddr bit presentation
    adds  cbda60f   Bluetooth: GATT: Add support for OTS/OTP


Summary of changes:
 debian/libwireshark0.symbols      |    2 +
 epan/dissectors/packet-btatt.c    |  755 +++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-icq.c      |    2 -
 epan/dissectors/packet-zbee-zcl.c |    4 -
 epan/tfs.c                        |    2 +
 epan/tfs.h                        |    2 +
 6 files changed, 728 insertions(+), 39 deletions(-)