Wireshark-commits: [Wireshark-commits] master 8cbd144: Bluetooth: ensure to give bluetooth_data str

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Jun 2015 14:40:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cbd144453b764367cee0449ebf7ebfb1758d510
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8cbd144 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Bluetooth: ensure to give bluetooth_data structure to dissect_eir_ad_data()
    
    Bug: 11285
    Change-Id: I1d3a4900fe3daec6f8d7596a9925322063f2c4eb
    Reviewed-on: https://code.wireshark.org/review/8976
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  2391fe5   [aeron] Remove unneeded initializers
    adds  8cbd144   Bluetooth: ensure to give bluetooth_data structure to dissect_eir_ad_data()


Summary of changes:
 epan/dissectors/packet-bthci_cmd.c    |    2 ++
 epan/dissectors/packet-bthci_evt.c    |    6 +++---
 epan/dissectors/packet-bthci_vendor.c |    2 +-
 epan/dissectors/packet-btle.c         |   10 ++++++++--
 4 files changed, 14 insertions(+), 6 deletions(-)