aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cesoeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cesoeth.c')
-rw-r--r--epan/dissectors/packet-cesoeth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cesoeth.c b/epan/dissectors/packet-cesoeth.c
index a3ac3b62da..b3d109c928 100644
--- a/epan/dissectors/packet-cesoeth.c
+++ b/epan/dissectors/packet-cesoeth.c
@@ -43,7 +43,7 @@ static gint ett_cesoeth_cw = -1;
static expert_field ei_cesoeth_reserved = EI_INIT;
static expert_field ei_cesoeth_length = EI_INIT;
-static const int* cesoeth_l0_cw[] =
+static int* const cesoeth_l0_cw[] =
{
&hf_cesoeth_cw_reserved1,
&hf_cesoeth_cw_l,
@@ -55,7 +55,7 @@ static const int* cesoeth_l0_cw[] =
NULL
};
-static const int* cesoeth_l1_cw[] =
+static int* const cesoeth_l1_cw[] =
{
&hf_cesoeth_cw_reserved1,
&hf_cesoeth_cw_l,