Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f4591ef: Bluetooth: Avoid using find_dissector()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Mar 2014 21:58:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4591ef55dfb6216394c0d60c149ece0ec70bbac
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: Avoid using find_dissector()
    
    Also remove SVN $Id$ lines.
    
    Change-Id: I4f2925e6ad8dcfe4a62d879a2cef44447f8ae916
    Reviewed-on: https://code.wireshark.org/review/476
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  78ff87e   Reorganize Capture Options dialog
    adds  f4591ef   Bluetooth: Avoid using find_dissector()


Summary of changes:
 epan/dissectors/packet-bt3ds.c     |    8 +++-----
 epan/dissectors/packet-btamp.c     |    8 ++++----
 epan/dissectors/packet-btavctp.c   |    6 ++----
 epan/dissectors/packet-btavdtp.c   |   12 +++---------
 epan/dissectors/packet-btavrcp.c   |    8 +++-----
 epan/dissectors/packet-btbnep.c    |    7 +++----
 epan/dissectors/packet-bthci_acl.c |    6 ++----
 epan/dissectors/packet-bthci_sco.c |    7 +++----
 epan/dissectors/packet-bthid.c     |    9 ++++-----
 epan/dissectors/packet-btmcap.c    |    9 +++------
 epan/dissectors/packet-btobex.c    |    8 +++-----
 epan/dissectors/packet-btrfcomm.c  |   31 +++++++++++--------------------
 epan/dissectors/packet-btsap.c     |    6 ++----
 epan/dissectors/packet-btsdp.c     |    7 +++----
 epan/dissectors/packet-btsmp.c     |    7 +++----
 epan/dissectors/packet-hci_h1.c    |   10 +++++-----
 epan/dissectors/packet-hci_h4.c    |    8 ++++----
 17 files changed, 61 insertions(+), 96 deletions(-)