From 107f59142d19ded03941ef619d56c062c5841bdc Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 16 Mar 2006 08:47:19 +0000 Subject: [PATCH] the new type of sid/rid structure is for lookupnames2 not lookupnames svn path=/trunk/; revision=17642 --- epan/dissectors/packet-dcerpc-lsa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epan/dissectors/packet-dcerpc-lsa.c b/epan/dissectors/packet-dcerpc-lsa.c index 16021a8b0e..2163e921fa 100644 --- a/epan/dissectors/packet-dcerpc-lsa.c +++ b/epan/dissectors/packet-dcerpc-lsa.c @@ -2552,7 +2552,7 @@ lsa_dissect_lsarlookupnames_rqst(tvbuff_t *tvb, int offset, /* [in, out, ref] LSA_TRANSLATED_SIDS *rids */ offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep, - lsa_dissect_LSA_TRANSLATED_SIDS2, NDR_POINTER_REF, + lsa_dissect_LSA_TRANSLATED_SIDS, NDR_POINTER_REF, "LSA_TRANSLATED_SIDS pointer: rids", -1); /* [in] USHORT level */ @@ -2578,7 +2578,7 @@ lsa_dissect_lsarlookupnames_reply(tvbuff_t *tvb, int offset, /* [in, out, ref] LSA_TRANSLATED_SIDS *rids */ offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep, - lsa_dissect_LSA_TRANSLATED_SIDS2, NDR_POINTER_REF, + lsa_dissect_LSA_TRANSLATED_SIDS, NDR_POINTER_REF, "LSA_TRANSLATED_SIDS pointer: rids", -1); /* [in, out, ref] ULONG *num_mapped */ @@ -3399,7 +3399,7 @@ lsa_dissect_lsarlookupnames2_rqst(tvbuff_t *tvb, int offset, /* [in, out, ref] LSA_TRANSLATED_SIDS *rids */ offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep, - lsa_dissect_LSA_TRANSLATED_SIDS, NDR_POINTER_REF, + lsa_dissect_LSA_TRANSLATED_SIDS2, NDR_POINTER_REF, "LSA_TRANSLATED_SIDS pointer: rids", -1); /* [in] USHORT level */ @@ -3433,7 +3433,7 @@ lsa_dissect_lsarlookupnames2_reply(tvbuff_t *tvb, int offset, /* [in, out, ref] LSA_TRANSLATED_SIDS *rids */ offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep, - lsa_dissect_LSA_TRANSLATED_SIDS, NDR_POINTER_REF, + lsa_dissect_LSA_TRANSLATED_SIDS2, NDR_POINTER_REF, "LSA_TRANSLATED_SIDS pointer: rids", -1); /* [in, out, ref] ULONG *num_mapped */