aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-interlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-interlink.c')
-rw-r--r--epan/dissectors/packet-interlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-interlink.c b/epan/dissectors/packet-interlink.c
index 0ec989f42c..e459424630 100644
--- a/epan/dissectors/packet-interlink.c
+++ b/epan/dissectors/packet-interlink.c
@@ -217,7 +217,7 @@ proto_register_interlink(void)
/* Probably someone will write sub-dissectors. You can never know. */
subdissector_table = register_dissector_table("interlink.type_version",
- "Interlink type_version", FT_UINT16, BASE_HEX);
+ "Interlink type_version", FT_UINT16, BASE_HEX, DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE);
}