aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-18 13:18:30 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-18 13:18:30 +0000
commit9df41ff5d811d8c6d8ca1b4a3464596a52f8e1d4 (patch)
tree001c56393dc7e619b5a8a0f9a2720ac5af7a4ec6 /packet-dcerpc-lsa.h
parent3ff1a22f18b0c9e4ceacecdc02c853e7123fa5a1 (diff)
Added dissection of the request to NetrShareAdd
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5698 f5534014-38df-0310-8fa8-9805f1628bb7
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);