aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_sco.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-10-18 00:49:16 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-10-18 00:49:16 +0000
commit49fed7ed0d749ba57190f7d498fb49db7fa36358 (patch)
treeaa1d8c441539d393f34c467c642193907e8126c9 /epan/dissectors/packet-bthci_sco.c
parenta6e35df202d50d99139fb5b0d315b33d02b67579 (diff)
Display filter name cleanup.
svn path=/trunk/; revision=39452
Diffstat (limited to 'epan/dissectors/packet-bthci_sco.c')
-rw-r--r--epan/dissectors/packet-bthci_sco.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bthci_sco.c b/epan/dissectors/packet-bthci_sco.c
index dda9e0199e..773cf1d208 100644
--- a/epan/dissectors/packet-bthci_sco.c
+++ b/epan/dissectors/packet-bthci_sco.c
@@ -72,17 +72,17 @@ proto_register_btsco(void)
{
static hf_register_info hf[] = {
{ &hf_btsco_chandle,
- { "Connection Handle", "btsco.chandle",
+ { "Connection Handle", "bthci_sco.chandle",
FT_UINT16, BASE_HEX, NULL, 0x0FFF,
NULL, HFILL }
},
{ &hf_btsco_length,
- { "Data Total Length", "btsco.length",
+ { "Data Total Length", "bthci_sco.length",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_btsco_data,
- { "Data", "btsco.data",
+ { "Data", "bthci_sco.data",
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},