Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMBProtocolDecodingException (0.16 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                throw e;
            }
    
        }
    
        /**
         * @param response
         * @throws IOException
         * @throws SMBProtocolDecodingException
         */
        private void doRecvSMB2(final CommonServerMessageBlock response) throws IOException, SMBProtocolDecodingException {
            int size = Encdec.dec_uint16be(this.sbuf, 2) & 0xFFFF | (this.sbuf[1] & 0xFF) << 16;
            if (size < Smb2Constants.SMB2_HEADER_LENGTH + 1) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top