aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/credssp/packet-credssp-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/credssp/packet-credssp-template.c')
-rw-r--r--asn1/credssp/packet-credssp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/credssp/packet-credssp-template.c b/asn1/credssp/packet-credssp-template.c
index 40ba87f0fa..111bd87a6d 100644
--- a/asn1/credssp/packet-credssp-template.c
+++ b/asn1/credssp/packet-credssp-template.c
@@ -176,7 +176,7 @@ void proto_register_credssp(void) {
/*--- proto_reg_handoff_credssp --- */
void proto_reg_handoff_credssp(void) {
- heur_dissector_add("ssl", dissect_credssp_heur, "CredSSP over SSL", "credssp_ssl", proto_credssp);
+ heur_dissector_add("ssl", dissect_credssp_heur, "CredSSP over SSL", "credssp_ssl", proto_credssp, HEURISTIC_ENABLE);
exported_pdu_tap = find_tap_id(EXPORT_PDU_TAP_NAME_LAYER_7);
}