aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rua/rua.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/rua/rua.cnf')
-rw-r--r--asn1/rua/rua.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/rua/rua.cnf b/asn1/rua/rua.cnf
index 96948c77b6..5796355958 100644
--- a/asn1/rua/rua.cnf
+++ b/asn1/rua/rua.cnf
@@ -94,7 +94,7 @@ ProtocolIE-Single-Container
#.FN_BODY RANAP-Message VAL_PTR = &ranap_message_tvb
tvbuff_t *ranap_message_tvb=NULL;
%(DEFAULT_BODY)s
- if ((tvb_length(ranap_message_tvb)>0)&&(ranap_handle)) { /* RUA has a RANAP-PDU */
+ if ((tvb_reported_length(ranap_message_tvb)>0)&&(ranap_handle)) { /* RUA has a RANAP-PDU */
col_set_str(actx->pinfo->cinfo, COL_INFO,
"(RUA) "); /* Set info to (RUA) to make room for RANAP */
col_set_fence(actx->pinfo->cinfo, COL_INFO);