aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 12:05:32 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 12:05:32 +0000
commit63ca2d8e8816da9eeb9d0bc925b695f66f82acc2 (patch)
treeebe659ee68bac8dfe3b2a17f5f0aef8b491af7cc /asn1/rtse
parentfd78ef1acbf29a1ddfba9f47ec50a50c8f2225d6 (diff)
Get rid of check_col, while at it set ENC.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39164 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/rtse.cnf8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/rtse/rtse.cnf b/asn1/rtse/rtse.cnf
index d6a3577bcd..b9561b3c4c 100644
--- a/asn1/rtse/rtse.cnf
+++ b/asn1/rtse/rtse.cnf
@@ -98,7 +98,7 @@ RTABapdu
offset = dissect_ber_integer(TRUE, actx, tree, tvb, offset, hf_index, &app_proto);
#.FN_BODY SessionConnectionIdentifier
- if(open_request && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(open_request)
col_append_str(actx->pinfo->cinfo, COL_INFO, "Recover");
%(DEFAULT_BODY)s
@@ -107,7 +107,7 @@ RTABapdu
#.FN_BODY CallingSSuserReference/t61String VAL_PTR=&string
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
- if(open_request && string && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_format_text(string, 0, tvb_length(string)));
#.FN_PARS CommonReference
@@ -115,7 +115,7 @@ RTABapdu
#.FN_BODY CommonReference
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
- if(open_request && string && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_format_text(string, 0, tvb_length(string)));
#.END
@@ -123,7 +123,7 @@ RTABapdu
#.FN_BODY CallingSSuserReference/octetString VAL_PTR=&string
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
- if(open_request && string && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_format_text(string, 0, tvb_length(string)));
#.FN_BODY RTTPapdu VAL_PTR=&priority