aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-artnet.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-artnet.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-artnet.c')
-rw-r--r--epan/dissectors/packet-artnet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c
index 8622ef3151..5587ee9a10 100644
--- a/epan/dissectors/packet-artnet.c
+++ b/epan/dissectors/packet-artnet.c
@@ -609,12 +609,11 @@ static const value_string artnet_oem_code_vals[] = {
{ 0x8003, "Artistic Licence:No-Worries XT:Real time data record - playback" },
{ 0, NULL }
};
-
value_string_ext artnet_oem_code_vals_ext = VALUE_STRING_EXT_INIT(artnet_oem_code_vals);
static const value_string artnet_esta_man_vals[] = {
{ 0x0000, "ESTA" },
- { 0x0000, "PLASA" },
+/* ??? { 0x0000, "PLASA" }, */
{ 0x0001, "GEE" },
{ 0x00A1, "Creative Lighting And Sound Systems Pty Ltd." },
{ 0x0101, "St. Anne Engineering GmbH" },