aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-18 13:18:30 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-18 13:18:30 +0000
commit2cdcbf6d3c0417ce250e292cc4313e6cce2714da (patch)
tree001c56393dc7e619b5a8a0f9a2720ac5af7a4ec6 /packet-dcerpc-lsa.h
parente704cfe808e317fe486fcd2b39afafb3907e0887 (diff)
Added dissection of the request to NetrShareAdd
svn path=/trunk/; revision=5698
Diffstat (limited to 'packet-dcerpc-lsa.h')
-rw-r--r--packet-dcerpc-lsa.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-dcerpc-lsa.h b/packet-dcerpc-lsa.h
index 6b734fec40..7322cc1f56 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.4 2002/04/17 09:24:08 sahlberg Exp $
+ * $Id: packet-dcerpc-lsa.h,v 1.5 2002/06/18 13:18:30 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -92,6 +92,10 @@ lsa_dissect_LSA_SECURITY_DESCRIPTOR(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
char *drep);
int
+lsa_dissect_LSA_SECURITY_DESCRIPTOR_data(tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *tree,
+ char *drep);
+int
lsa_dissect_LSA_SECRET(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
char *drep);