Wireshark-commits: [Wireshark-commits] master 40f6553: Bluetooth: HFP: Implement some Apple-specifi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 Jun 2018 04:09:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40f655392f9b92463b076db82d076e29cfc2716e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

40f6553 by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    Bluetooth: HFP: Implement some Apple-specific AT commands
    
    AT-commands:
    +XAPL
    +IPHONEACCEV
    +APLSIRI
    +APLEFM
    
    Add UUID128:
    Apple Notification Center Service
    
    Based on: https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf
    
    While adding new UUID remove also tabs from packet-bluetooth.
    
    Change-Id: Ic29b028338a21464fe018f8145ade82297ccd146
    Reviewed-on: https://code.wireshark.org/review/28222
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  69ad89c   Make sure *both* sides are unsigned.
    adds  40f6553   Bluetooth: HFP: Implement some Apple-specific AT commands


Summary of changes:
 epan/dissectors/packet-bluetooth.c |  39 ++---
 epan/dissectors/packet-bthfp.c     | 312 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 331 insertions(+), 20 deletions(-)