2.2.4.30.1 Request

 SMB_Parameters
   {
   UCHAR    WordCount;
   Words
     {
     USHORT   FID;
     SMB_DATE CreateDate;
     SMB_TIME CreationTime;
     SMB_DATE LastAccessDate;
     SMB_TIME LastAccessTime;
     SMB_DATE LastWriteDate;
     SMB_TIME LastWriteTime;
     }
   }
 SMB_Data
   {
   USHORT ByteCount;
   }


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

SMB_Parameters (15 bytes)

...

...

...

SMB_Data

...

SMB_Parameters (15 bytes):


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

WordCount

Words (14 bytes)

...

...

...

WordCount (1 byte): This field MUST be 0x07.

Words (14 bytes):


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

FID

CreateDate

CreateTime

LastAccessDate

LastAccessTime

LastWriteDate

LastWriteTime

FID (2 bytes): This is the FID representing the file for which attributes are to be set.

CreateDate (2 bytes): This is the date when the file was created.

CreateTime (2 bytes): This is the time on CreateDate when the file was created.

LastAccessDate (2 bytes): This is the date when the file was last accessed.

LastAccessTime (2 bytes): This is the time on LastAccessDate when the file was last accessed.

LastWriteDate (2 bytes): This is the date when data was last written to the file.

LastWriteTime (2 bytes): This is the time on LastWriteDate when data was last written to the file.

SMB_Data (2 bytes):


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

ByteCount

ByteCount (2 bytes): This field MUST be 0x0000. No data is sent by this message.