Wireshark-commits: [Wireshark-commits] master 2364968: Bluetooth: simple HCI ISO Data packet dissec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Aug 2020 10:29:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2364968cd652b5d45785f6c69bd24e8b6c3d56db
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2364968 by Jakub Pawlowski (jpawlowski@xxxxxxxxxx):

    Bluetooth: simple HCI ISO Data packet dissector
    
    Change-Id: I2da85d4ebe069a566943896fddb31e9a095d67b5
    Reviewed-on: https://code.wireshark.org/review/38007
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d7f7b62   OBEX: Fix mismatching API/item-type for some subtree items.
     add  2364968   Bluetooth: simple HCI ISO Data packet dissector


Summary of changes:
 epan/dissectors/CMakeLists.txt                     |   2 +
 epan/dissectors/packet-bluetooth.h                 |   1 +
 epan/dissectors/packet-bthci_iso.c                 | 202 +++++++++++++++++++++
 .../{packet-bgp.h => packet-bthci_iso.h}           |  10 +-
 epan/dissectors/packet-hci_h1.c                    |   1 +
 epan/dissectors/packet-hci_h4.c                    |   1 +
 wiretap/wtap.h                                     |   1 +
 7 files changed, 211 insertions(+), 7 deletions(-)
 create mode 100644 epan/dissectors/packet-bthci_iso.c
 copy epan/dissectors/{packet-bgp.h => packet-bthci_iso.h} (68%)