From ea45be32c510b9dd4279648c777b07dee9c3296a Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sun, 17 Nov 2013 13:31:32 +0000 Subject: Add a way to retrieve a PER variable bit string length svn path=/trunk/; revision=53382 --- epan/dissectors/packet-h245.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-h245.c') diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c index 1fa486709b..ae98907a8b 100644 --- a/epan/dissectors/packet-h245.c +++ b/epan/dissectors/packet-h245.c @@ -8617,7 +8617,7 @@ dissect_h245_OCTET_STRING_SIZE_1_65535(tvbuff_t *tvb _U_, int offset _U_, asn1_c static int dissect_h245_BIT_STRING_SIZE_1_65535(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index, - 1, 65535, FALSE, NULL); + 1, 65535, FALSE, NULL, NULL); return offset; } -- cgit v1.2.3