Clean up white space.

svn path=/trunk/; revision=8302
This commit is contained in:
Guy Harris 2003-08-28 22:51:07 +00:00
parent 0c678f74c7
commit 3a174693ba
1 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
* 2001 Rewrite by Ronnie Sahlberg and Guy Harris
*
* $Id: packet-smb.c,v 1.368 2003/08/21 08:18:09 guy Exp $
* $Id: packet-smb.c,v 1.369 2003/08/28 22:51:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1458,18 +1458,18 @@ dissect_access(tvbuff_t *tvb, proto_tree *parent_tree, int offset, char *type)
}
#define SMB_FILE_ATTRIBUTE_READ_ONLY 0x00000001
#define SMB_FILE_ATTRIBUTE_HIDDEN 0x00000002
#define SMB_FILE_ATTRIBUTE_SYSTEM 0x00000004
#define SMB_FILE_ATTRIBUTE_VOLUME 0x00000008
#define SMB_FILE_ATTRIBUTE_HIDDEN 0x00000002
#define SMB_FILE_ATTRIBUTE_SYSTEM 0x00000004
#define SMB_FILE_ATTRIBUTE_VOLUME 0x00000008
#define SMB_FILE_ATTRIBUTE_DIRECTORY 0x00000010
#define SMB_FILE_ATTRIBUTE_ARCHIVE 0x00000020
#define SMB_FILE_ATTRIBUTE_DEVICE 0x00000040
#define SMB_FILE_ATTRIBUTE_NORMAL 0x00000080
#define SMB_FILE_ATTRIBUTE_ARCHIVE 0x00000020
#define SMB_FILE_ATTRIBUTE_DEVICE 0x00000040
#define SMB_FILE_ATTRIBUTE_NORMAL 0x00000080
#define SMB_FILE_ATTRIBUTE_TEMPORARY 0x00000100
#define SMB_FILE_ATTRIBUTE_SPARSE 0x00000200
#define SMB_FILE_ATTRIBUTE_REPARSE 0x00000400
#define SMB_FILE_ATTRIBUTE_SPARSE 0x00000200
#define SMB_FILE_ATTRIBUTE_REPARSE 0x00000400
#define SMB_FILE_ATTRIBUTE_COMPRESSED 0x00000800
#define SMB_FILE_ATTRIBUTE_OFFLINE 0x00001000
#define SMB_FILE_ATTRIBUTE_OFFLINE 0x00001000
#define SMB_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
#define SMB_FILE_ATTRIBUTE_ENCRYPTED 0x00004000