aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h283/packet-h283-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h283/packet-h283-template.c')
-rw-r--r--epan/dissectors/asn1/h283/packet-h283-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/h283/packet-h283-template.c b/epan/dissectors/asn1/h283/packet-h283-template.c
index 02437ff443..34d9d0e6fe 100644
--- a/epan/dissectors/asn1/h283/packet-h283-template.c
+++ b/epan/dissectors/asn1/h283/packet-h283-template.c
@@ -102,8 +102,8 @@ void proto_reg_handoff_h283(void)
h283_udp_handle = find_dissector(PFNAME);
dissector_add_for_decode_as("udp.port", h283_udp_handle);
- rdc_pdu_handle = find_dissector("rdc");
- rdc_device_list_handle = find_dissector("rdc.device_list");
+ rdc_pdu_handle = find_dissector_add_dependency("rdc", proto_h283);
+ rdc_device_list_handle = find_dissector_add_dependency("rdc.device_list", proto_h283);
data_handle = find_dissector("data");
}