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.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h283/h283.cnf b/asn1/h283/h283.cnf
index f1d5844ea7..1e4f949462 100644
--- a/asn1/h283/h283.cnf
+++ b/asn1/h283/h283.cnf
@@ -93,7 +93,7 @@ LCTPDU
tvbuff_t *next_tvb = NULL;
%(DEFAULT_BODY)s
- if (next_tvb && tvb_length(next_tvb)) {
+ if (next_tvb && tvb_reported_length(next_tvb)) {
call_dissector((rdc_pdu_handle)?rdc_pdu_handle:data_handle, next_tvb, %(ACTX)s->pinfo, proto_tree_get_root(tree));
}
info_is_set = TRUE;
@@ -103,7 +103,7 @@ LCTPDU
tvbuff_t *next_tvb = NULL;
%(DEFAULT_BODY)s
- if (next_tvb && tvb_length(next_tvb)) {
+ if (next_tvb && tvb_reported_length(next_tvb)) {
call_dissector((rdc_device_list_handle)?rdc_device_list_handle:data_handle, next_tvb, %(ACTX)s->pinfo, tree);
}
#.END