summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sll.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sll.c')
-rw-r--r--epan/dissectors/packet-sll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sll.c b/epan/dissectors/packet-sll.c
index b8dc3deb5d..2e41d723fc 100644
--- a/epan/dissectors/packet-sll.c
+++ b/epan/dissectors/packet-sll.c
@@ -339,7 +339,7 @@ proto_register_sll(void)
"sll.ltype",
"Linux SLL protocol type",
FT_UINT16,
- BASE_HEX
+ BASE_HEX, DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE
);
}