aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sbc-ap/sbc-ap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/sbc-ap/sbc-ap.cnf')
-rw-r--r--asn1/sbc-ap/sbc-ap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/sbc-ap/sbc-ap.cnf b/asn1/sbc-ap/sbc-ap.cnf
index e8e33ad886..cbeeec8a7f 100644
--- a/asn1/sbc-ap/sbc-ap.cnf
+++ b/asn1/sbc-ap/sbc-ap.cnf
@@ -100,7 +100,7 @@ ProtocolIE-Field/value ie_field_value
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
3, 3, FALSE, &parameter_tvb);
- if(tvb_length(tvb)==0)
+ if(tvb_reported_length(tvb)==0)
return offset;
if (!parameter_tvb)