aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h283/h283.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h283/h283.cnf')
-rw-r--r--asn1/h283/h283.cnf12
1 files changed, 6 insertions, 6 deletions
diff --git a/asn1/h283/h283.cnf b/asn1/h283/h283.cnf
index eed494a537..a08b739433 100644
--- a/asn1/h283/h283.cnf
+++ b/asn1/h283/h283.cnf
@@ -20,7 +20,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(pdu_type, VALS(h283_T_pduType_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
info_is_set = TRUE;
}
@@ -33,7 +33,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(data_type, VALS(h283_T_dataType_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "RDCData/%s", p);
info_is_set = TRUE;
}
@@ -46,7 +46,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(msg_type, VALS(h283_LCTMessage_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTMessage/%s", p);
info_is_set = TRUE;
}
@@ -59,7 +59,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(msg_type, VALS(h283_LCTRequest_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTRequest/%s", p);
info_is_set = TRUE;
}
@@ -72,7 +72,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(msg_type, VALS(h283_LCTResponse_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTResponse/%s", p);
info_is_set = TRUE;
}
@@ -85,7 +85,7 @@ LCTPDU
const gchar *p = NULL;
#.FN_FTR
p = match_strval(msg_type, VALS(h283_LCTIndication_vals));
- if (!info_is_set && p && check_col(actx->pinfo->cinfo, COL_INFO)) {
+ if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTIndication/%s", p);
info_is_set = TRUE;
}