aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-19 20:10:37 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-19 20:10:37 +0000
commitfd4b101deda93fb24df73f01daccd5a3ff6fa9e9 (patch)
tree8311f985ba13a831fce0716f506b0cb5e79b2271 /packet-dcerpc-lsa.h
parentf12cba7c099e8dec8843d7057e3f849b17d1d960 (diff)
char *drep -> guint8 *drep
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9735 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-lsa.h')
-rw-r--r--packet-dcerpc-lsa.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-dcerpc-lsa.h b/packet-dcerpc-lsa.h
index dfebdc7f5d..500ba00ce4 100644
--- a/packet-dcerpc-lsa.h
+++ b/packet-dcerpc-lsa.h
@@ -2,7 +2,7 @@
* Routines for SMB \PIPE\lsarpc packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-lsa.h,v 1.12 2003/09/29 00:01:26 tpot Exp $
+ * $Id: packet-dcerpc-lsa.h,v 1.13 2004/01/19 20:10:33 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -112,20 +112,20 @@
int
lsa_dissect_LSA_SECURITY_DESCRIPTOR(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
- char *drep);
+ guint8 *drep);
int
lsa_dissect_LSA_SECURITY_DESCRIPTOR_data(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
- char *drep);
+ guint8 *drep);
int
lsa_dissect_LSA_SECRET(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
- char *drep);
+ guint8 *drep);
int
lsa_dissect_POLICY_DNS_DOMAIN_INFO(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
- char *drep);
+ guint8 *drep);
/* Specific access rights */