From c591c6dd56ed410b42e7110e56d12e80a0a9f1dd Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 23 Aug 2012 17:30:42 +0000 Subject: 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 --- epan/dissectors/packet-afp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-afp.c') 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" }, -- cgit v1.2.3