Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for testDecodeWithOffset (0.39 sec)

  1. src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java

                assertNotNull(context.getSalt());
                assertEquals(0, context.getSalt().length);
            }
    
            @Test
            @DisplayName("Should decode at non-zero offset")
            void testDecodeWithOffset() throws SMBProtocolDecodingException {
                int offset = 50;
                SMBUtil.writeInt2(1, buffer, offset);
                SMBUtil.writeInt2(6, buffer, offset + 2);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 34K bytes
    - Viewed (0)
Back to top