Wireshark-commits: [Wireshark-commits] master 768e37b: Bluetooth: Fix tools/checkAPI issues

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Mar 2015 18:28:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=768e37b792e5de46e03a396fc416d0a42b71243b
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

768e37b by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: Fix tools/checkAPI issues
    
    Change-Id: I8ffbd4a0da800594d9888f6a30612d4fc5273119
    Reviewed-on: https://code.wireshark.org/review/7474
    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  77d2dc5   Bluetooth: HFP: Temporary disable partial message dissection
    adds  768e37b   Bluetooth: Fix tools/checkAPI issues


Summary of changes:
 epan/dissectors/packet-bt3ds.c     |    4 +--
 epan/dissectors/packet-btavctp.c   |    4 +--
 epan/dissectors/packet-btavdtp.c   |   26 +++++++-------
 epan/dissectors/packet-btavrcp.c   |   18 +++++-----
 epan/dissectors/packet-bthci_cmd.c |   40 ++++++++++-----------
 epan/dissectors/packet-bthci_evt.c |   10 +++---
 epan/dissectors/packet-bthci_sco.c |    6 ++--
 epan/dissectors/packet-bthcrp.c    |   28 +++++++--------
 epan/dissectors/packet-bthfp.c     |   20 +++++------
 epan/dissectors/packet-bthsp.c     |   26 +++++++-------
 epan/dissectors/packet-btl2cap.c   |   18 +++++-----
 epan/dissectors/packet-btle.c      |   38 ++++++++++----------
 epan/dissectors/packet-btmcap.c    |   16 ++++-----
 epan/dissectors/packet-btobex.c    |   70 ++++++++++++++++++------------------
 epan/dissectors/packet-btrfcomm.c  |   31 ++++++++--------
 epan/dissectors/packet-btsap.c     |    4 +--
 epan/dissectors/packet-btsdp.c     |   20 +++++------
 epan/dissectors/packet-btsmp.c     |    2 +-
 epan/dissectors/packet-hci_h1.c    |    2 +-
 epan/dissectors/packet-hci_h4.c    |    2 +-
 epan/dissectors/packet-hci_mon.c   |   14 ++++----
 epan/dissectors/packet-hci_usb.c   |   11 +++---
 22 files changed, 207 insertions(+), 203 deletions(-)