aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t38')
-rw-r--r--asn1/t38/t38.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/t38/t38.cnf b/asn1/t38/t38.cnf
index 67585a1697..f132208573 100644
--- a/asn1/t38/t38.cnf
+++ b/asn1/t38/t38.cnf
@@ -162,11 +162,11 @@ VAL_PTR=&Data_Field_field_type_value
if (primary_part){
if(value_len < 8){
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "[%s]",
- tvb_bytes_to_str(value_tvb,0,value_len));
+ tvb_bytes_to_ep_str(value_tvb,0,value_len));
}
else {
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "[%s...]",
- tvb_bytes_to_str(value_tvb,0,7));
+ tvb_bytes_to_ep_str(value_tvb,0,7));
}
}