aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.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-samr.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-samr.c')
-rw-r--r--packet-dcerpc-samr.c22
1 files changed, 16 insertions, 6 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index a5f7f99b63..e9e6bded7c 100644
--- a/packet-dcerpc-samr.c
+++ b/packet-dcerpc-samr.c
@@ -3,7 +3,7 @@
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
* 2002 Added all command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-samr.c,v 1.85 2003/04/28 04:44:53 tpot Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.86 2003/05/15 02:14:00 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -246,7 +246,9 @@ specific_rights_connect(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info samr_connect_access_mask_info = {
"SAMR connect",
- specific_rights_connect
+ specific_rights_connect,
+ NULL, /* Generic rights mapping */
+ NULL /* Standard rights mapping */
};
/* Dissect domain specific access rights */
@@ -314,7 +316,9 @@ specific_rights_domain(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info samr_domain_access_mask_info = {
"SAMR domain",
- specific_rights_domain
+ specific_rights_domain,
+ NULL, /* Generic mapping table */
+ NULL /* Standard mapping table */
};
/* Dissect user specific access rights */
@@ -382,7 +386,9 @@ specific_rights_user(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info samr_user_access_mask_info = {
"SAMR user",
- specific_rights_user
+ specific_rights_user,
+ NULL, /* Generic mapping table */
+ NULL /* Standard mapping table */
};
/* Dissect alias specific access rights */
@@ -420,7 +426,9 @@ specific_rights_alias(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info samr_alias_access_mask_info = {
"SAMR alias",
- specific_rights_alias
+ specific_rights_alias,
+ NULL, /* Generic mapping table */
+ NULL /* Standard mapping table */
};
/* Dissect group specific access rights */
@@ -458,7 +466,9 @@ specific_rights_group(tvbuff_t *tvb, gint offset, proto_tree *tree,
struct access_mask_info samr_group_access_mask_info = {
"SAMR group",
- specific_rights_group
+ specific_rights_group,
+ NULL, /* Generic mapping table */
+ NULL /* Standard mapping table */
};
int