aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-15 02:14:00 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-15 02:14:00 +0000
commit4c56621add5d7f70f63b2b78e58abae5ba66e9ef (patch)
tree0642eec1b02d773077279d0cced0adc15a9b2f9d /packet-dcerpc-samr.c
parent25e833345bd3b2b549461b9bbefae549bf562a11 (diff)
More work on dissecting generic and standard mappings for NT access masks.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7668 f5534014-38df-0310-8fa8-9805f1628bb7
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