aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-artnet.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-02-14 22:41:46 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-15 09:20:58 +0000
commit11e919898cd21c129f363d2f47dd52c48e32b167 (patch)
tree302858e7d484893024c02544016d8a5223feaf6a /epan/dissectors/packet-artnet.c
parent909bb0a012d98c2e287aff44f188f66fa82302b6 (diff)
Set a few more dissector vars/funs to static.
These are the last of the easy ones to fix/set.
Diffstat (limited to 'epan/dissectors/packet-artnet.c')
-rw-r--r--epan/dissectors/packet-artnet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c
index a0ece4dcc0..eebd73d5d3 100644
--- a/epan/dissectors/packet-artnet.c
+++ b/epan/dissectors/packet-artnet.c
@@ -1553,7 +1553,7 @@ static const value_string artnet_oem_code_vals[] = {
{ 0xFFFF, "Artistic Licence Engineering Ltd: OemGlobal" },
{ 0, NULL }
};
-value_string_ext artnet_oem_code_vals_ext = VALUE_STRING_EXT_INIT(artnet_oem_code_vals);
+static 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/PLASA" },
@@ -2627,7 +2627,7 @@ static const value_string artnet_esta_man_vals[] = {
{ 0, NULL }
};
-value_string_ext artnet_esta_man_vals_ext = VALUE_STRING_EXT_INIT(artnet_esta_man_vals);
+static value_string_ext artnet_esta_man_vals_ext = VALUE_STRING_EXT_INIT(artnet_esta_man_vals);
static const value_string artnet_indicator_state_vals[] = {
{ 0x00, "unknown" },