aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fefd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fefd.c')
-rw-r--r--epan/dissectors/packet-fefd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-fefd.c b/epan/dissectors/packet-fefd.c
index 8929399310..7901df8714 100644
--- a/epan/dissectors/packet-fefd.c
+++ b/epan/dissectors/packet-fefd.c
@@ -82,12 +82,12 @@ dissect_fefd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_
guint16 length;
proto_tree *tlv_tree;
int real_length;
- static const int * flags[] = {
+ static int * const flags[] = {
&hf_fefd_flags_rt,
&hf_fefd_flags_rsy,
NULL
};
- static const int * headers[] = {
+ static int * const headers[] = {
&hf_fefd_version,
&hf_fefd_opcode,
NULL