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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/file-elf.c b/epan/dissectors/file-elf.c
index e8d4e7dc3f..0b169136a5 100644
--- a/epan/dissectors/file-elf.c
+++ b/epan/dissectors/file-elf.c
@@ -2435,6 +2435,9 @@ proto_reg_handoff_elf(void)
dissector_add_string("media_type", "application/x-object", elf_handle);
dissector_add_string("media_type", "application/x-sharedlib", elf_handle);
+ /* XXX - TEMPORARY HACK */
+ dissector_add_uint("ftap_encap", 1234, elf_handle);
+
heur_dissector_add("wtap_file", dissect_elf_heur, proto_elf);
}