the 4 bytes in MxAc are access maxk not file attributes

svn path=/trunk/; revision=16548
This commit is contained in:
Ronnie Sahlberg 2005-11-19 03:19:56 +00:00
parent 7e45fb1755
commit 49499c1b96
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ dissect_smb2_olb_buffer(proto_tree *parent_tree, tvbuff_t *tvb, offset_length_bu
case OLB_TYPE_MXAC:
proto_tree_add_item(tree, hf_smb2_unknown, tvb, offset, 4, FALSE);
offset += 4;
offset = dissect_file_attributes(tvb, tree, offset, 4);
offset = dissect_smb_access_mask(tvb, tree, offset);
break;
}