aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/xdlc.c')
-rw-r--r--epan/xdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/xdlc.c b/epan/xdlc.c
index f631475303..d6fb3148ab 100644
--- a/epan/xdlc.c
+++ b/epan/xdlc.c
@@ -180,11 +180,11 @@ dissect_xdlc_control(tvbuff_t *tvb, int offset, packet_info *pinfo,
guint16 control;
int control_len;
const xdlc_cf_items *cf_items;
- char *control_format;
+ const char *control_format;
guint16 poll_final;
char info[80];
proto_tree *tc, *control_tree;
- gchar *frame_type = NULL;
+ const gchar *frame_type = NULL;
const gchar *modifier;
switch (tvb_get_guint8(tvb, offset) & 0x03) {