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[];
    }


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

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.