From ae9fe25e4f398d806e728ce6465c03df33405d10 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 30 Jan 2005 12:21:17 +0000 Subject: rename lsa_dissect_POLICY_DNS_DOMAIN_INFO to lsa_dissect_DnsDomainInfo and change the signature slightly. the signature change is to make it compatilbe with the signatures the idl compiler generates. svn path=/trunk/; revision=13205 --- epan/dissectors/packet-dcerpc-lsa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-lsa.h') diff --git a/epan/dissectors/packet-dcerpc-lsa.h b/epan/dissectors/packet-dcerpc-lsa.h index 3347c34d06..29fdf5d782 100644 --- a/epan/dissectors/packet-dcerpc-lsa.h +++ b/epan/dissectors/packet-dcerpc-lsa.h @@ -123,9 +123,9 @@ lsa_dissect_LSA_SECRET(tvbuff_t *tvb, int offset, guint8 *drep); int -lsa_dissect_POLICY_DNS_DOMAIN_INFO(tvbuff_t *tvb, int offset, +lsa_dissect_DnsDomainInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, - guint8 *drep); + guint8 *drep, int dummy1, guint32 dummy2); /* Specific access rights */ -- cgit v1.2.3