ntfsinfo: print "file attributes" field for $FILE_NAME attribute.

(Logical change 1.643)
edge.strict_endians
(none)!yura 2004-11-27 11:20:32 +00:00
parent 96ff6fe960
commit ff195c0f84
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ static void ntfs_dump_attr_file_name(ATTR_RECORD *attr)
(long long)sle64_to_cpu(file_name_attr->allocated_size));
printf("\tReal File Size:\t\t %lld\n",
(long long)sle64_to_cpu(file_name_attr->data_size));
printf("\tFile attributes:\t %x\n",
le32_to_cpu(file_name_attr->file_attributes));
/* time stuff stuff */
if (!opts.notime) {