2.2.1.2.2.1 SMB_FEA_LIST
The SMB_FEA_LIST data structure is used to send a concatenated list of SMB_FEA (section 2.2.1.2.2) structures.
-
SMB_FEA_LIST { ULONG SizeOfListInBytes; UCHAR FEAList[]; }
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SizeOfListInBytes |
|||||||||||||||||||||||||||||||
FEAList (variable) |
|||||||||||||||||||||||||||||||
... |
SizeOfListInBytes (4 bytes): This field MUST contain the total size of the FEAList field, plus the size of the SizeOfListInBytes field (4 bytes).<13>
FEAList (variable): A concatenated list of SMB_FEA structures.