summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gsm_a_rr.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gsm_a_rr.c')
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index 9ff6da22df..fc0dd179a1 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -13340,7 +13340,7 @@ proto_register_gsm_a_rr(void)
proto_register_protocol("GSM CCCH", "GSM CCCH", "gsm_a.ccch");
/* subdissector code */
- new_register_dissector("gsm_a_ccch", dissect_ccch, proto_a_ccch);
+ register_dissector("gsm_a_ccch", dissect_ccch, proto_a_ccch);
/* Register the protocol name and description */
proto_a_sacch =
@@ -13349,7 +13349,7 @@ proto_register_gsm_a_rr(void)
proto_register_field_array(proto_a_sacch, hf_rr_short_pd, array_length(hf_rr_short_pd));
/* subdissector code */
- new_register_dissector("gsm_a_sacch", dissect_sacch, proto_a_sacch);
+ register_dissector("gsm_a_sacch", dissect_sacch, proto_a_sacch);
/* subtree array (for both sub-dissectors) */
proto_register_subtree_array(ett, array_length(ett));