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