From 1c644d6ff722e8126d291cac3e187ca6343459aa Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 14 Feb 2005 19:43:34 +0000 Subject: add support for varying arrays svn path=/trunk/; revision=13399 --- epan/dissectors/packet-dcerpc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'epan/dissectors/packet-dcerpc.h') diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h index 0c6f38611a..f3931c13ac 100644 --- a/epan/dissectors/packet-dcerpc.h +++ b/epan/dissectors/packet-dcerpc.h @@ -202,6 +202,11 @@ int dissect_ndr_ucvarray(tvbuff_t *tvb, gint offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, dcerpc_dissect_fnct_t *fnct); +/* dissect a NDR unidimensional varying array */ +int dissect_ndr_uvarray(tvbuff_t *tvb, gint offset, packet_info *pinfo, + proto_tree *tree, guint8 *drep, + dcerpc_dissect_fnct_t *fnct); + int dissect_ndr_byte_array(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep); -- cgit v1.2.3