Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 65 (0.14 sec)

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

            int start = bufferIndex;
    
            int structureSize = SMBUtil.readInt2(buffer, bufferIndex);
            if ( structureSize != 65 ) {
                throw new SMBProtocolDecodingException("Structure size is not 65");
            }
    
            this.securityMode = SMBUtil.readInt2(buffer, bufferIndex + 2);
            bufferIndex += 4;
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Mar 22 10:09:46 GMT 2020
    - 17.6K bytes
    - Viewed (0)
Back to top