summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-hci_h1.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-04-24 08:17:28 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-04-24 08:17:28 +0000
commit3517dbe2581f5711d5b609257510668ba723aea7 (patch)
tree8de11fac35e50b4835df1b4dff982558a269c818 /epan/dissectors/packet-hci_h1.c
parent98f592713c5680eb480922349d46118332c5c858 (diff)
downloadwireshark-3517dbe2581f5711d5b609257510668ba723aea7.tar.gz
The dissector does not use any bytes.
svn path=/trunk/; revision=28142
Diffstat (limited to 'epan/dissectors/packet-hci_h1.c')
-rw-r--r--epan/dissectors/packet-hci_h1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hci_h1.c b/epan/dissectors/packet-hci_h1.c
index 1596d8535a..9fbd20d3ff 100644
--- a/epan/dissectors/packet-hci_h1.c
+++ b/epan/dissectors/packet-hci_h1.c
@@ -71,7 +71,7 @@ dissect_hci_h1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
type = pinfo->pseudo_header->bthci.channel;
if(tree){
- ti = proto_tree_add_item(tree, proto_hci_h1, tvb, 0, 1, FALSE);
+ ti = proto_tree_add_item(tree, proto_hci_h1, tvb, 0, 0, FALSE);
hci_h1_tree = proto_item_add_subtree(ti, ett_hci_h1);
if(pinfo->p2p_dir == P2P_DIR_SENT ||