diff options
author | Tim Potter <tpot@samba.org> | 2003-02-21 02:04:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-02-21 02:04:31 +0000 |
commit | a0684a7fd25484f4ef877850653ace8f225fb40b (patch) | |
tree | c3890378d32890ceb4373f4e87ec5de19fbda9a1 /packet-dcerpc-samr.c | |
parent | d8629a2747a45b3da776a53639fd2c815a2d3ef0 (diff) | |
download | wireshark-a0684a7fd25484f4ef877850653ace8f225fb40b.tar.gz wireshark-a0684a7fd25484f4ef877850653ace8f225fb40b.tar.bz2 wireshark-a0684a7fd25484f4ef877850653ace8f225fb40b.zip |
Forgot to rename constant for bit 0x80 of SAMR domain handle permissions.
svn path=/trunk/; revision=7180
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r-- | packet-dcerpc-samr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c index cbd00ebe51..f97964e423 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.79 2003/02/21 00:19:02 tpot Exp $ + * $Id: packet-dcerpc-samr.c,v 1.80 2003/02/21 02:04:31 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -5392,7 +5392,7 @@ proto_register_dcerpc_samr(void) { &hf_access_domain_lookup_alias_by_mem, { "Lookup alias", "samr_access_mask.domain_lookup_alias_by_mem", FT_BOOLEAN, 32, TFS(&flags_set_truth), - DOMAIN_ACCESS_UNKNOWN_80, "Lookup alias", HFILL }}, + DOMAIN_ACCESS_LOOKUP_ALIAS, "Lookup alias", HFILL }}, { &hf_access_domain_enum_accounts, { "Enum accounts", "samr_access_mask.domain_enum_accounts", |