aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-01-30 12:21:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-01-30 12:21:17 +0000
commitae9fe25e4f398d806e728ce6465c03df33405d10 (patch)
tree5261261d616a0e2bff7ddf2c35b54c40b9e2d1f5 /epan/dissectors/packet-dcerpc-lsa.h
parent95b0d123ba60b82d2e5aea42b9eaf4cb4a8ec9b8 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-dcerpc-lsa.h')
-rw-r--r--epan/dissectors/packet-dcerpc-lsa.h4
1 files changed, 2 insertions, 2 deletions
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 */