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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/t125/packet-t125-template.c b/asn1/t125/packet-t125-template.c
index cce1d890a4..70ae4b6fb5 100644
--- a/asn1/t125/packet-t125-template.c
+++ b/asn1/t125/packet-t125-template.c
@@ -146,6 +146,6 @@ void proto_register_t125(void) {
/*--- proto_reg_handoff_t125 ---------------------------------------*/
void proto_reg_handoff_t125(void) {
- heur_dissector_add("cotp", dissect_t125_heur, "T.125 over COTP", "t125_cotp", proto_t125);
- heur_dissector_add("cotp_is", dissect_t125_heur, "T.125 over COTP (inactive subset)", "t125_cotp_is", proto_t125);
+ heur_dissector_add("cotp", dissect_t125_heur, "T.125 over COTP", "t125_cotp", proto_t125, HEURISTIC_ENABLE);
+ heur_dissector_add("cotp_is", dissect_t125_heur, "T.125 over COTP (inactive subset)", "t125_cotp_is", proto_t125, HEURISTIC_ENABLE);
}