2.2.1.2.1.1 SMB_GEA_LIST

The SMB_GEA_LIST data structure is used to send a concatenated list of SMB_GEA (section 2.2.1.2.1) structures.

 SMB_GEA_LIST
   {
   ULONG SizeOfListInBytes;
   UCHAR GEAList[];        
   }


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

GEAList (variable)

...

SizeOfListInBytes (4 bytes): This field MUST contain the total size of the GEAList field, plus the size of the SizeOfListInBytes field (4 bytes).<11>

GEAList (variable): A concatenated list of SMB_GEA (section 2.2.1.2.1) structures.