From 3a174693ba7a14628fe802686ff6647c709539de Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 28 Aug 2003 22:51:07 +0000 Subject: Clean up white space. svn path=/trunk/; revision=8302 --- packet-smb.c | 20 ++++++++++---------- 1 file 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 * 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 @@ -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 -- cgit v1.2.3