aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_h4.c
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2020-07-31 14:48:28 +0200
committerAnders Broman <a.broman58@gmail.com>2020-08-10 10:29:09 +0000
commit2364968cd652b5d45785f6c69bd24e8b6c3d56db (patch)
tree3b13ed0b13df989dc5c9d304c0afd036d3990950 /epan/dissectors/packet-hci_h4.c
parentd7f7b62ef3d226e2efcef140fefe52536090b7b6 (diff)
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-hci_h4.c')
-rw-r--r--epan/dissectors/packet-hci_h4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hci_h4.c b/epan/dissectors/packet-hci_h4.c
index 5df387a76c..1811769dce 100644
--- a/epan/dissectors/packet-hci_h4.c
+++ b/epan/dissectors/packet-hci_h4.c
@@ -35,6 +35,7 @@ static const value_string hci_h4_type_vals[] = {
{HCI_H4_TYPE_ACL, "ACL Data"},
{HCI_H4_TYPE_SCO, "SCO Data"},
{HCI_H4_TYPE_EVT, "HCI Event"},
+ {HCI_H4_TYPE_ISO, "ISO Data"},
{0, NULL }
};
static const value_string hci_h4_direction_vals[] = {