aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/t125/packet-t125-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/t125/packet-t125-template.c')
-rw-r--r--epan/dissectors/asn1/t125/packet-t125-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/t125/packet-t125-template.c b/epan/dissectors/asn1/t125/packet-t125-template.c
index b51c37e507..7efb49ed1f 100644
--- a/epan/dissectors/asn1/t125/packet-t125-template.c
+++ b/epan/dissectors/asn1/t125/packet-t125-template.c
@@ -137,7 +137,7 @@ void proto_register_t125(void) {
proto_register_field_array(proto_t125, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- t125_heur_subdissector_list= register_heur_dissector_list("t125");
+ t125_heur_subdissector_list= register_heur_dissector_list("t125", proto_t125);
register_dissector("t125", dissect_t125, proto_t125);
}