From 3b24b8bbef960a96a9b5e95be13991382c4682e2 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 18 Mar 2013 06:23:22 +0000 Subject: 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 --- epan/dissectors/packet-btsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-btsmp.c') 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); -- cgit v1.2.3