aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-18 06:23:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-18 06:23:22 +0000
commit3b24b8bbef960a96a9b5e95be13991382c4682e2 (patch)
treeebdfb60e33a07bb716c8fb9d5bba4ca8a6373b03 /epan/dissectors/packet-btavrcp.c
parent2ae1d08bbe6935cf856b766a4bd957868346cdc7 (diff)
From Michal Labedzki:
Be consistent in short name of protocols Use prefix "BT " in short name for all Bluetooth dissectors. A reason for that is protocol names start by "bt", Bluetooth dissectors can be easy identificated, also DecodeBy looks better (sorted). Please be note that "SDP" is reserved for different dissector, so using "BT SDP" is good choice. Also fix two naming mistakes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8304 svn path=/trunk/; revision=48389
Diffstat (limited to 'epan/dissectors/packet-btavrcp.c')
-rw-r--r--epan/dissectors/packet-btavrcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btavrcp.c b/epan/dissectors/packet-btavrcp.c
index 0ff80168ca..6988b665f4 100644
--- a/epan/dissectors/packet-btavrcp.c
+++ b/epan/dissectors/packet-btavrcp.c
@@ -3091,7 +3091,7 @@ proto_register_btavrcp(void)
reassembling = se_tree_create(EMEM_TREE_TYPE_RED_BLACK, "btavrcp reassembling");
timing = se_tree_create(EMEM_TREE_TYPE_RED_BLACK, "btavrcp timing");
- proto_btavrcp = proto_register_protocol("Bluetooth AVRCP Profile", "AVRCP", "btavrcp");
+ proto_btavrcp = proto_register_protocol("Bluetooth AVRCP Profile", "BT AVRCP", "btavrcp");
register_dissector("btavrcp", dissect_btavrcp, proto_btavrcp);
proto_register_field_array(proto_btavrcp, hf, array_length(hf));