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 2947e03: Bluetooth: HCI: Add more description about S

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Nov 2018 22:41:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2947e03815bbe7166302ecadd33e7d622540e343
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2947e03 by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    Bluetooth: HCI: Add more description about SCO Packet Types
    
    Bluetooth specification says that some bits mean that packet type MAY BE used,
    but some other bits meaning is "may NOT be used" what is suprising.
    Follow specification by improving description of these fields.
    
    Bug: 15156
    Change-Id: Ie3cf11db420fff07b4833878d1131d56575ccc22
    Reviewed-on: https://code.wireshark.org/review/30459
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bef8db6   TLS: more SSL -> TLS rename
     add  2947e03   Bluetooth: HCI: Add more description about SCO Packet Types


Summary of changes:
 epan/dissectors/packet-bluetooth.h |   6 +
 epan/dissectors/packet-bthci_cmd.c |  20 +--
 epan/dissectors/packet-bthci_evt.c | 289 +++++++++++++++++++++----------------
 3 files changed, 183 insertions(+), 132 deletions(-)