aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-28 22:51:07 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-28 22:51:07 +0000
commit3a174693ba7a14628fe802686ff6647c709539de (patch)
tree80ee0c54dc67a2af970344e7bcdf1b5b0acde0a5 /packet-smb.c
parent0c678f74c78c01f8a3f1783da4777388ec157c87 (diff)
Clean up white space.
svn path=/trunk/; revision=8302
Diffstat (limited to 'packet-smb.c')
-rw-r--r--packet-smb.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/packet-smb.c b/packet-smb.c
index b04b2e6a65..1e205038a8 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -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