summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-hci_h1.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-03 15:25:52 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-03 15:25:52 +0000
commit65b6a98b4a18a941a3c56ef3e961cc77fc33b575 (patch)
treec4ea7c673adcfce70b9728855123b495eed52a29 /epan/dissectors/packet-hci_h1.c
parent5c93974dab7f663d52fd4f540500bda3f756da06 (diff)
downloadwireshark-65b6a98b4a18a941a3c56ef3e961cc77fc33b575.tar.gz
Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some minor cleanup). Bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893)
From Michal Labedzki svn path=/trunk/; revision=53065
Diffstat (limited to 'epan/dissectors/packet-hci_h1.c')
-rw-r--r--epan/dissectors/packet-hci_h1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hci_h1.c b/epan/dissectors/packet-hci_h1.c
index f0200b7261..a72657f6b9 100644
--- a/epan/dissectors/packet-hci_h1.c
+++ b/epan/dissectors/packet-hci_h1.c
@@ -114,6 +114,8 @@ dissect_hci_h1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
hci_data->localhost_bdaddr = localhost_bdaddr;
hci_data->localhost_name = localhost_name;
+ pinfo->ptype = PT_BLUETOOTH;
+
ti = proto_tree_add_int(hci_h1_tree, hf_hci_h1_direction, tvb, 0, 0, pinfo->p2p_dir);
PROTO_ITEM_SET_GENERATED(ti);