aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubertooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ubertooth.c')
-rw-r--r--epan/dissectors/packet-ubertooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ubertooth.c b/epan/dissectors/packet-ubertooth.c
index 809b4c63c4..c9420622e9 100644
--- a/epan/dissectors/packet-ubertooth.c
+++ b/epan/dissectors/packet-ubertooth.c
@@ -3468,7 +3468,7 @@ proto_register_ubertooth(void)
proto_ubertooth = proto_register_protocol("Ubertooth", "UBERTOOTH", "ubertooth");
proto_register_field_array(proto_ubertooth, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- ubertooth_handle = new_register_dissector("ubertooth", dissect_ubertooth, proto_ubertooth);
+ ubertooth_handle = register_dissector("ubertooth", dissect_ubertooth, proto_ubertooth);
expert_module = expert_register_protocol(proto_ubertooth);
expert_register_field_array(expert_module, ei, array_length(ei));