Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Smb2NegotiateRequest (0.13 seconds)

  1. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java

    /**
     * SMB2 Negotiate Protocol request message.
     *
     * This command is used to negotiate the SMB protocol dialect
     * and security parameters between client and server.
     *
     * @author mbechler
     */
    public class Smb2NegotiateRequest extends ServerMessageBlock2Request<Smb2NegotiateResponse> implements SmbNegotiationRequest {
    
        private final int[] dialects;
        private int capabilities;
        private final byte[] clientGuid = new byte[16];
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top