aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsmp.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-btsmp.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-btsmp.c')
-rw-r--r--epan/dissectors/packet-btsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btsmp.c b/epan/dissectors/packet-btsmp.c
index 8c9aef0862..b2ff355102 100644
--- a/epan/dissectors/packet-btsmp.c
+++ b/epan/dissectors/packet-btsmp.c
@@ -375,7 +375,7 @@ proto_register_btsmp(void)
/* Register the protocol name and description */
proto_btsmp = proto_register_protocol("Bluetooth Security Manager Protocol",
- "SMP", "btsmp");
+ "BT SMP", "btsmp");
register_dissector("btsmp", dissect_btsmp, proto_btsmp);