Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SMB2_DIALECT_ANY (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/internal/smb2/Smb2Constants.java

         * SMB 3.1.1 dialect (Windows 10/Server 2016)
         */
        public static final int SMB2_DIALECT_0311 = 0x0311;
    
        /**
         * SMB2 wildcard dialect for negotiation
         */
        public static final int SMB2_DIALECT_ANY = 0x02FF;
    
        /**
         * Server supports DFS
         */
        public static final int SMB2_GLOBAL_CAP_DFS = 0x1;
    
        /**
         * Server supports leasing
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 4.5K bytes
    - Click Count (0)
Back to Top