summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-01-30 13:00:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-01-30 13:00:35 +0000
commitbb7160249d0684c0b9b57c891f0d21498b68afac (patch)
treef2d518dbf0ca4145d7831c313f7b0085d9f0d54a /epan/dissectors/packet-dcerpc-lsa.h
parent7fc663c7380c166343f729f867200b0cfed0a3ca (diff)
downloadwireshark-bb7160249d0684c0b9b57c891f0d21498b68afac.tar.gz
rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_buf
change its signature to match the autogenerated signatures. add a small wrapper function so tha tthe handwritten lsa can still call the function through dissect_ndr_pointer() no changes in functionality, essentially just a rename of a function and signature change svn path=/trunk/; revision=13207
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 119bb570b9..271d051626 100644
--- a/epan/dissectors/packet-dcerpc-lsa.h
+++ b/epan/dissectors/packet-dcerpc-lsa.h
@@ -110,9 +110,9 @@
#define LSA_LSARADTREPORTSECURITYEVENT 0x51
int
-lsa_dissect_LSA_SECURITY_DESCRIPTOR(tvbuff_t *tvb, int offset,
+lsa_dissect_sec_desc_buf(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
- guint8 *drep);
+ guint8 *drep, int dummy1, guint32 dummy2);
int
lsa_dissect_sec_desc_buf_data(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,