aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.h
diff options
context:
space:
mode:
authorAllan Møller Madsen <almomadk@gmail.com>2020-01-26 21:54:02 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-31 05:13:15 +0000
commit1592679ed80c4ffb26e736a836ffe80fbab139e9 (patch)
treefe6408282598cbb23a8b3cab9daad0301a8191a9 /epan/dissectors/packet-bluetooth.h
parent76ed59b756087a3517ce2ffc9e796a5063124fce (diff)
Bluetooth HCI: Add support for Bluetooth v5.2
Dissection of all new HCI commands and events added in the newly released Bluetooth specification version 5.2. Bluetooth Device Dialog updated to also show ISO buffer size and amount. Change-Id: I3a459760cbe5f6c4f985621cee40dbbe5e473d39 Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/35957 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bluetooth.h')
-rw-r--r--epan/dissectors/packet-bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bluetooth.h b/epan/dissectors/packet-bluetooth.h
index c01ed2e65f..0a25d266ae 100644
--- a/epan/dissectors/packet-bluetooth.h
+++ b/epan/dissectors/packet-bluetooth.h
@@ -241,7 +241,9 @@ typedef struct _bluetooth_device_tap_t {
} mtus;
struct {
guint16 acl_mtu;
+ guint16 iso_mtu;
guint16 acl_packets;
+ guint16 iso_packets;
} le_mtus;
} data;
} bluetooth_device_tap_t;