Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Le (0.11 sec)

  1. src/main/java/jcifs/internal/util/SMBUtil.java

            (byte) 0x00, (byte) 0x00
        };
    
        public static final byte[] SMB2_HEADER = {
            (byte) 0xFE, (byte) 'S', (byte) 'M', (byte) 'B', // ProtocolId
            (byte) 64, (byte) 0x00, // StructureSize (LE)
            (byte) 0x00, (byte) 0x00, // CreditCharge (reserved 2.0.2)
            (byte) 0x00, (byte) 0x00, // ChannelSequence
            (byte) 0x00, (byte) 0x00, // Reserved
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5K bytes
    - Viewed (0)
Back to top