Wireshark-commits: [Wireshark-commits] master 55df238: Bluetooth: SMP: Add missing opcode for "Iden
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 15:36:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55df238efd77a3d1787a8adc1d5c81d05469bcc8
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

55df238 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: SMP: Add missing opcode for "Identity Address Information"
    
    Also fix tvb_length, tvb_length_remaining warnings.
    
    Bug: 10299
    
    Change-Id: Ib8b55ea9f2220394a5896d13e5cc4e2cefff1e13
    Reviewed-on: https://code.wireshark.org/review/6407
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  d6e0409   Bluetooth: Add HCI Vendor Broadcom dissector
    adds  55df238   Bluetooth: SMP: Add missing opcode for "Identity Address Information"


Summary of changes:
 epan/dissectors/packet-bluetooth.c    |   10 ++++++++--
 epan/dissectors/packet-bluetooth.h    |    2 ++
 epan/dissectors/packet-bthci_vendor.c |   10 ++--------
 epan/dissectors/packet-btsmp.c        |   24 ++++++++++++++++++++++--
 4 files changed, 34 insertions(+), 12 deletions(-)