This value will specify the offset into the SMB2 packet buffer where the File Name Buffer starts.
## File Name Length
This is the number of bytes for the filename stored in the File Name Buffer.
## ExtraInfo Offset
The Create command can be chained with some extra info. If there is an extra blob present this value will specify the offset into the SMB2 packet buffer where the [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo) Buffer starts. If there is no more blobs, this value is zero.
## ExtraInfo Buffer Length
Length of the [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo) Buffer, if present.
## File Name Buffer
This is a buffer holding the file name in [UTF-16](/UTF-16) non-zero-terminated.
## ExtraInfo
See [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo)
[SMB2/CreateFlags](/SMB2/CreateFlags) This field specifies if an oplock was granted and if so what kind. All the bits that were set in the request will remain set in the reply.
## FID
[SMB2/FID](/SMB2/FID) This is the 16 byte file identifier for the object created/opened.
## ExtraInfo Offset
The Create command can be chained with some extra info. If there is an extra blob present this value will specify the offset into the [SMB2](/SMB2) packet buffer where the [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo) Buffer starts. If there is no more blobs, this value is zero.
## ExtraInfo Length
Length of the [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo) Buffer, if present.
## ExtraInfo
See [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo)
## NT Status Codes
# Discussion
There is no [SMB2/Create/ExtraInfo](/SMB2/Create/ExtraInfo) Buffer, when pipes are opened.
-----
---
Imported from https://wiki.wireshark.org/SMB2/Create on 2020-08-11 23:24:55 UTC