aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h501/packet-h501-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h501/packet-h501-template.c')
-rw-r--r--asn1/h501/packet-h501-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h501/packet-h501-template.c b/asn1/h501/packet-h501-template.c
index ed715533d5..ed5353a9c2 100644
--- a/asn1/h501/packet-h501-template.c
+++ b/asn1/h501/packet-h501-template.c
@@ -78,14 +78,14 @@ static int
dissect_h501_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
dissect_tpkt_encap(tvb, pinfo, tree, FALSE, h501_pdu_handle);
- return tvb_length(tvb);
+ return tvb_captured_length(tvb);
}
static int
dissect_h501_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
dissect_tpkt_encap(tvb, pinfo, tree, h501_desegment_tcp, h501_pdu_handle);
- return tvb_length(tvb);
+ return tvb_captured_length(tvb);
}
/*--- proto_register_h501 ----------------------------------------------*/