Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master fc2be9e: Bluetooth: HCI_EVT: Fix empty advertising da

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Mar 2014 22:03:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc2be9eac4dd404d62c58df5d85d65c14d84703c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: HCI_EVT: Fix empty advertising data
    
    LE Advertising Report with length 0 is valid, so check
    it before dissecting adverising data.
    
    Change-Id: I4937ec2de5d703b05c6e5f5bac7f81d153e49b40
    Reviewed-on: https://code.wireshark.org/review/475
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aac1e0a   add the (not yet official) TLS channel_id extension that's used by Chrome
    adds  fc2be9e   Bluetooth: HCI_EVT: Fix empty advertising data


Summary of changes:
 epan/dissectors/packet-bthci_evt.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)