aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-30 02:02:08 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-30 02:02:08 +0000
commit1c96e97f71661b629340ed8f6da9bdaea431cf27 (patch)
tree508b38b8a0e6f4f99ebe58bd262ca7bf27a3632c /epan/dissectors/packet-rtse.c
parent8f5bdaa54b7666c02c873e69c974d2fdfc2899e5 (diff)
Update the ASN.1 generated dissectors that were missed as part of the patches in bug 9344 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9344)
svn path=/trunk/; revision=52978
Diffstat (limited to 'epan/dissectors/packet-rtse.c')
-rw-r--r--epan/dissectors/packet-rtse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c
index 3642f86b64..af7a1dd03f 100644
--- a/epan/dissectors/packet-rtse.c
+++ b/epan/dissectors/packet-rtse.c
@@ -567,7 +567,7 @@ static const ber_sequence_t RTORJapdu_set[] = {
int
dissect_rtse_RTORJapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 140 "../../asn1/rtse/rtse.cnf"
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "Refuse");
+ col_append_str(actx->pinfo->cinfo, COL_INFO, "Refuse");
offset = dissect_ber_set(implicit_tag, actx, tree, tvb, offset,
RTORJapdu_set, hf_index, ett_rtse_RTORJapdu);
@@ -585,7 +585,7 @@ dissect_rtse_RTTPapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _
#line 130 "../../asn1/rtse/rtse.cnf"
int priority = -1;
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "Turn-Please");
+ col_append_str(actx->pinfo->cinfo, COL_INFO, "Turn-Please");
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
&priority);
@@ -690,7 +690,7 @@ static const ber_sequence_t RTABapdu_set[] = {
int
dissect_rtse_RTABapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 156 "../../asn1/rtse/rtse.cnf"
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "Abort");
+ col_append_str(actx->pinfo->cinfo, COL_INFO, "Abort");
offset = dissect_ber_set(implicit_tag, actx, tree, tvb, offset,
RTABapdu_set, hf_index, ett_rtse_RTABapdu);