2.2.6.16.1 Request

The TRANS2_GET_DFS_REFERRAL request and response formats are special cases of SMB_COM_TRANSACTION2 (section 2.2.4.46) SMB. Only the TRANS2_GET_DFS_REFERRAL specifics are described here.

SMB_Parameters:

WordCount (1 byte): This field MUST be 0x0F.

Words (30 bytes):

TotalDataCount (2 bytes): This field MUST be zero (0x0000).

Flags (2 bytes): This field SHOULD be zero (0x0000).

Timeout (4 bytes): This field SHOULD be zero (0x00000000).

MaxSetupCount (1 byte): This field MUST be zero (0x00).

MaxParameterCount (4 bytes): This field MUST be zero (0x00000000).

SetupCount (1 byte): This field MUST be 0x01.

Setup (2 bytes): This field MUST be TRANS2_GET_DFS_REFERRAL (0x0010).

Trans2_Parameters:

 Trans2_Parameters
   {
   REQ_GET_DFS_REFERRAL ReferralRequest;
   }
  

ReferralRequest (variable): REQ_GET_DFS_REFERRAL This field MUST be a properly formatted DFS referral request, as specified in [MS-DFSC] section 2.2.2.

Trans2_Data: No data is sent by this message.