aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_rach.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gmr1_rach.c')
-rw-r--r--epan/dissectors/packet-gmr1_rach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gmr1_rach.c b/epan/dissectors/packet-gmr1_rach.c
index e778ddfafe..17e17d3f64 100644
--- a/epan/dissectors/packet-gmr1_rach.c
+++ b/epan/dissectors/packet-gmr1_rach.c
@@ -228,7 +228,7 @@ dissect_gmr1_rach_kls1(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree
proto_tree_add_item(tree, hf_rach_est_cause,
tvb, offset, 1, ENC_BIG_ENDIAN);
- col_append_fstr(pinfo->cinfo, COL_INFO, "%s",
+ col_append_str(pinfo->cinfo, COL_INFO,
val_to_str(ec, rach_est_cause_vals, "Unknown (%u)"));
}
@@ -834,7 +834,7 @@ dissect_gmprs_rach_type2_kls2(tvbuff_t *tvb, int offset,
proto_tree_add_item(tree, hf_rach_gmprs_req_type,
tvb, offset + 8, 1, ENC_BIG_ENDIAN);
- col_append_fstr(pinfo->cinfo, COL_INFO, "%s",
+ col_append_str(pinfo->cinfo, COL_INFO,
val_to_str(req_type, rach_gmprs_req_type_vals, "Unknown (%u)"));
}