summaryrefslogtreecommitdiff
path: root/epan/dissectors/file-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-file.c')
-rw-r--r--epan/dissectors/file-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-file.c b/epan/dissectors/file-file.c
index b668000a06..04fe6fad66 100644
--- a/epan/dissectors/file-file.c
+++ b/epan/dissectors/file-file.c
@@ -388,7 +388,7 @@ proto_register_file(void)
#endif
file_encap_dissector_table = register_dissector_table("ftap_encap",
- "Filetap encapsulation type", FT_UINT32, BASE_DEC);
+ "Filetap encapsulation type", FT_UINT32, BASE_DEC, DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE);
proto_file = proto_register_protocol("File", "File", "file");
proto_register_field_array(proto_file, hf, array_length(hf));