2.2.3.4.1 SMB_COM_SEND_END_MB_MESSAGE Request Message

The SMB_COM_SEND_END_MB_MESSAGE message is used to indicate that transmission of a multiblock text message is complete.

In the SMB header of this message, the Command field MUST be set to 0xD6, as specified in [MS-SMB] section 2.2.3.1. In the response message, the header MAY contain a Status code, as specified in [MS-SMB] section 2.2.3.1. All other fields in the SMB header MUST be set to 0x00.<8>

The payload of the SMB_COM_SEND_END_MB_MESSAGE request message is specified as follows.


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

WordCount

MessageGroupId

ByteCount

...

WordCount (1 byte): An 8-bit value that MUST specify the number of 2-byte word values between the WordCount and ByteCount values. WordCount MUST be one (0x1) for this message.

MessageGroupId (2 bytes):  A 16-bit value that MUST specify the NetBIOS session number on which this group of messages is to be delivered.

ByteCount (2 bytes): A 16-bit value that MUST be 0 for this message.

The response message to SMB_COM_SEND_END_MB_MESSAGE is specified in section 2.2.3.4.2.