aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-15 02:14:00 +0000
committerTim Potter <tpot@samba.org>2003-05-15 02:14:00 +0000
commitcabe2eebf805c338ca9fc22b694a804fdb6f04ff (patch)
tree0642eec1b02d773077279d0cced0adc15a9b2f9d /packet-dcerpc-lsa.c
parentf6e347bbc5f43da06ae6765a9b2ac864c8cdf542 (diff)
More work on dissecting generic and standard mappings for NT access masks.
svn path=/trunk/; revision=7668
Diffstat (limited to 'packet-dcerpc-lsa.c')
-rw-r--r--packet-dcerpc-lsa.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet-dcerpc-lsa.c b/packet-dcerpc-lsa.c
index 86ca58754d..04d1f0a580 100644
--- a/packet-dcerpc-lsa.c
+++ b/packet-dcerpc-lsa.c
@@ -3,7 +3,7 @@
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
* 2002 Added LSA command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-lsa.c,v 1.76 2003/04/28 04:44:53 tpot Exp $
+ * $Id: packet-dcerpc-lsa.c,v 1.77 2003/05/15 02:14:00 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -348,7 +348,9 @@ lsa_specific_rights(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info lsa_access_mask_info = {
"LSA", /* Name of specific rights */
- lsa_specific_rights /* Dissection function */
+ lsa_specific_rights, /* Dissection function */
+ NULL, /* Generic mapping table */
+ NULL /* Standard mapping table */
};
int