aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38/t38.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t38/t38.cnf')
-rw-r--r--asn1/t38/t38.cnf4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/t38/t38.cnf b/asn1/t38/t38.cnf
index 719d1d0d3c..3a0ab1f7f8 100644
--- a/asn1/t38/t38.cnf
+++ b/asn1/t38/t38.cnf
@@ -129,10 +129,8 @@ VAL_PTR=&Data_Field_field_type_value
if (new_tvb) call_dissector_with_data((t30_hdlc_handle) ? t30_hdlc_handle : data_handle, new_tvb, actx->pinfo, tree, t38_info);
}
} else {
- if(tree){
- proto_tree_add_text(tree, tvb, offset, tvb_reported_length_remaining(tvb, offset),
+ proto_tree_add_expert_format(tree, actx->pinfo, &ei_t38_malformed, tvb, offset, tvb_reported_length_remaining(tvb, offset),
"[RECEIVED END OF FRAGMENT W/OUT ANY FRAGMENT DATA]");
- }
col_append_str(actx->pinfo->cinfo, COL_INFO, " [Malformed?]");
actx->pinfo->fragmented = save_fragmented;
}