aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isi.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-isi.c')
-rw-r--r--epan/dissectors/packet-isi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isi.c b/epan/dissectors/packet-isi.c
index 93ae528f62..2393af806d 100644
--- a/epan/dissectors/packet-isi.c
+++ b/epan/dissectors/packet-isi.c
@@ -2126,7 +2126,7 @@ proto_register_isi(void)
expert_register_field_array(expert_isi, ei, array_length(ei));
/* create new dissector table for isi resource */
- isi_resource_dissector_table = register_dissector_table("isi.resource", "ISI resource", proto_isi, FT_UINT8, BASE_HEX, DISSECTOR_TABLE_ALLOW_DUPLICATE);
+ isi_resource_dissector_table = register_dissector_table("isi.resource", "ISI resource", proto_isi, FT_UINT8, BASE_HEX);
}
/* Handler registration */