aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_iso.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-21/+21
2023-05-16bthci_iso: Fix incorrect Bluetooth ISO SDU length in Rx directionAllan Møller Madsen1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-10-13BT HCI_ISO: Don't overrun our reassembly buffer.Gerald Combs1-1/+7
2020-10-19bthci: add a note about the case where we hve no connection handle.Guy Harris1-0/+4
2020-10-19BT ISO Data: Initialize a variable.Gerald Combs1-1/+1
2020-10-15bthci_iso: full packet decode and reassembly addedAllan Møller Madsen1-57/+509
2020-08-10Bluetooth: simple HCI ISO Data packet dissectorJakub Pawlowski1-0/+202