2.2.4.17.1 Request
-
SMB_Parameters { UCHAR WordCount; } SMB_Data { USHORT ByteCount; Bytes { UCHAR BufferFormat; SMB_STRING DirectoryName; } }
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SMB_Parameters |
SMB_Data (variable) |
||||||||||||||||||||||||||||||
... |
SMB_Parameters (1 byte):
-
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
-
WordCount (1 byte): This field MUST be 0x00. No parameters are sent by this message.
SMB_Data (variable):
-
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
Bytes (variable)
...
-
ByteCount (2 bytes): This field MUST be greater than or equal to 0x0002.
-
Bytes (variable):
-
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
1BufferFormat
DirectoryName (variable)
...
-
BufferFormat (1 byte): This field MUST be 0x04. This is a buffer type indicator that identifies the next field as an SMB_STRING.
-
DirectoryName (variable): A null-terminated character string giving the pathname to be tested.
-