aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.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-btatt.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-btatt.c')
-rw-r--r--epan/dissectors/packet-btatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btatt.c b/epan/dissectors/packet-btatt.c
index 7d3f1aabf8..1577c20f1c 100644
--- a/epan/dissectors/packet-btatt.c
+++ b/epan/dissectors/packet-btatt.c
@@ -657,7 +657,7 @@ proto_register_btatt(void)
};
/* Register the protocol name and description */
- proto_btatt = proto_register_protocol("Bluetooth Attribute Protocol", "ATT", "btatt");
+ proto_btatt = proto_register_protocol("Bluetooth Attribute Protocol", "BT ATT", "btatt");
register_dissector("btatt", dissect_btatt, proto_btatt);