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; }
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SMB_Parameters (15 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
SMB_Data |
||||||||||||||||||||||||||||||
... |
SMB_Parameters (15 bytes):
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1WordCount
Words (14 bytes)
...
...
...
-
WordCount (1 byte): This field MUST be 0x07.
-
Words (14 bytes):
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1FID
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
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1ByteCount
-
ByteCount (2 bytes): This field MUST be 0x0000. No data is sent by this message.