Wireshark-commits: [Wireshark-commits] master d6e0409: Bluetooth: Add HCI Vendor Broadcom dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 15:35:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6e040989280e9999ddbe0a2b41f9fd80c746dbd
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: Add HCI Vendor Broadcom dissector
    
    Since those command/events are vendor specific and proprietary
    not all commands/events are implemented. All implemented commands can be
    found in Open Source implementations for Broadcom chip. If you found more,
    please let me know.
    
    Change-Id: Ie68d3737c88a8cef39260a9d93192cfc81871d6c
    Reviewed-on: https://code.wireshark.org/review/6406
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  c69b2ab   Bluetooth: ATT: Dissect opcode with more precision
    adds  d6e0409   Bluetooth: Add HCI Vendor Broadcom dissector


Summary of changes:
 epan/CMakeLists.txt                   |    1 +
 epan/dissectors/Makefile.common       |    1 +
 epan/dissectors/packet-bluetooth.c    |   52 ++
 epan/dissectors/packet-bluetooth.h    |    5 +
 epan/dissectors/packet-bthci_cmd.c    |   63 +-
 epan/dissectors/packet-bthci_evt.c    |    8 +-
 epan/dissectors/packet-bthci_vendor.c | 1418 +++++++++++++++++++++++++++++++++
 7 files changed, 1490 insertions(+), 58 deletions(-)
 create mode 100644 epan/dissectors/packet-bthci_vendor.c