aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-elf.c')
-rw-r--r--epan/dissectors/file-elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-elf.c b/epan/dissectors/file-elf.c
index c662eb7643..9ada20d6b4 100644
--- a/epan/dissectors/file-elf.c
+++ b/epan/dissectors/file-elf.c
@@ -2489,7 +2489,7 @@ proto_reg_handoff_elf(void)
/* XXX - TEMPORARY HACK */
dissector_add_uint("ftap_encap", 1234, elf_handle);
- heur_dissector_add("wtap_file", dissect_elf_heur, "ELF file", "elf_wtap", proto_elf);
+ heur_dissector_add("wtap_file", dissect_elf_heur, "ELF file", "elf_wtap", proto_elf, HEURISTIC_ENABLE);
}
/*