aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthcrp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-01-05 14:00:44 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-06 14:30:10 +0000
commit29798bb8c931ca6a999bc5fccf14877f6ffcc1fb (patch)
tree99ed6227d41f6f80db49e406ecf7232ec12f2fab /epan/dissectors/packet-bthcrp.c
parent929553522037cfd909f8aada07adec1a6b582612 (diff)
bluetooth: Group Bluetooth dissector preferences
Change-Id: Ib5360fcbfd8f6b2aee6b33ec7d9dc77362feb50e Reviewed-on: https://code.wireshark.org/review/25162 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bthcrp.c')
-rw-r--r--epan/dissectors/packet-bthcrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthcrp.c b/epan/dissectors/packet-bthcrp.c
index 93cae59773..d8a49eaa65 100644
--- a/epan/dissectors/packet-bthcrp.c
+++ b/epan/dissectors/packet-bthcrp.c
@@ -645,7 +645,7 @@ proto_register_bthcrp(void)
expert_bthcrp = expert_register_protocol(proto_bthcrp);
expert_register_field_array(expert_bthcrp, ei, array_length(ei));
- module = prefs_register_protocol(proto_bthcrp, NULL);
+ module = prefs_register_protocol_subtree("Bluetooth", proto_bthcrp, NULL);
prefs_register_static_text_preference(module, "hcrp.version",
"Bluetooth Profile HCRP version: 1.2",
"Version of profile supported by this dissector.");