Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testProtocolCompliance (2.59 sec)

  1. src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponseTest.java

            assertEquals(0x5678, response.getCapabilities());
            assertEquals(0x9ABC, response.getMaximalAccess());
        }
    
        @Test
        @DisplayName("Should verify complete protocol compliance")
        void testProtocolCompliance() throws SMBProtocolDecodingException {
            // Given - exact SMB2 TREE_CONNECT response structure
            byte[] wireData = new byte[] { 0x10, 0x00, // StructureSize (must be 16)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 19.3K bytes
    - Viewed (0)
Back to top