aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.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-cip.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-cip.c')
-rw-r--r--epan/dissectors/packet-cip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cip.c b/epan/dissectors/packet-cip.c
index 580be7723b..f5a581812d 100644
--- a/epan/dissectors/packet-cip.c
+++ b/epan/dissectors/packet-cip.c
@@ -1327,7 +1327,7 @@ static const value_string cip_pccc_gs_st_vals[] = {
{ 0, NULL }
};
-value_string_ext cip_pccc_gs_st_vals_ext = VALUE_STRING_EXT_INIT(cip_pccc_gs_st_vals);
+static value_string_ext cip_pccc_gs_st_vals_ext = VALUE_STRING_EXT_INIT(cip_pccc_gs_st_vals);
/* Translate function to string - PCCC Extended Status codes */
static const value_string cip_pccc_es_st_vals[] = {