Wireshark-commits: [Wireshark-commits] master f343710: Bluetooth: HCI: Detect Vendor by "Read Local
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 15:36:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f343710ee2c94221190a729eb21536b15c6c304b
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: HCI: Detect Vendor by "Read Local Version Information"
    
    There is information about manufacturer of Bluetooth chip.
    Also try to detect if that "permament" info is not changed,
    if so informs user about this rare event (probably there is an issue)
    
    Change-Id: I1fa748a67ad7943e61d4445d240f0578b94560fc
    Reviewed-on: https://code.wireshark.org/review/6408
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  55df238   Bluetooth: SMP: Add missing opcode for "Identity Address Information"
    adds  f343710   Bluetooth: HCI: Detect Vendor by "Read Local Version Information"


Summary of changes:
 epan/dissectors/packet-bluetooth.c    |    6 ++
 epan/dissectors/packet-bluetooth.h    |    9 ++
 epan/dissectors/packet-bthci_cmd.c    |   26 ++++-
 epan/dissectors/packet-bthci_evt.c    |  169 +++++++++++++++++++++++++++++++--
 epan/dissectors/packet-bthci_vendor.c |    5 +-
 5 files changed, 202 insertions(+), 13 deletions(-)