aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-23 17:30:42 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-23 17:30:42 +0000
commitc591c6dd56ed410b42e7110e56d12e80a0a9f1dd (patch)
tree7bafe8813e6400c93ddad4afa1ca16e8073c622d /epan/dissectors/packet-afp.c
parenta04d6e4690a24d70ed9115a6753620901c5f736e (diff)
Comment out all but first value_string array entries with dup values:
kept: first dup since that's the one which would be found with a linear search. svn path=/trunk/; revision=44642
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 8f55ba40cc..f3a75d0c21 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -496,10 +496,10 @@ static const value_string unicode_hint_vals[] = {
{ 252, "MacVT100" },
{ 255, "MacHFS" },
{ 256, "UnicodeDefault" },
-/* { 257, "UnicodeV1_1" }, */
+/* ?? { 257, "UnicodeV1_1" }, */
{ 257, "ISO10646_1993" },
{ 259, "UnicodeV2_0" },
- { 259, "UnicodeV2_1" },
+/* ?? { 259, "UnicodeV2_1" }, */
{ 260, "UnicodeV3_0" },
{ 513, "ISOLatin1" },
{ 514, "ISOLatin2" },