Wireshark-commits: [Wireshark-commits] master 846a933: Bluetooth: HCI: Add support for user/vendor
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Sep 2014 18:18:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=846a9332ed704ecfd5f5ad29409450a1220190b0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

846a933 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: HCI: Add support for user/vendor commands
    
    Some Vendors can provide own subset of HCI commands/events, so provide them
    possibility to write own dissectors and use them by "Decode As".
    
    Change-Id: I87ff60ae12ac63ddd4b12b26951aa9f5143eabc6
    Reviewed-on: https://code.wireshark.org/review/4166
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  3623fce   Added Wx Application-Id.
    adds  846a933   Bluetooth: HCI: Add support for user/vendor commands


Summary of changes:
 epan/dissectors/packet-bluetooth-hci.h |    2 +
 epan/dissectors/packet-bthci_cmd.c     |   43 +++++++++++++++++++-
 epan/dissectors/packet-bthci_evt.c     |   70 +++++++++++++++++++++++++++-----
 3 files changed, 102 insertions(+), 13 deletions(-)