Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for testReadParameterWordsWireFormat (0.57 sec)

  1. src/test/java/jcifs/internal/TreeConnectResponseTest.java

                assertFalse(response.isValidTid(), "TID 0xFFFF should be invalid");
            }
    
            @Test
            @DisplayName("Should decode parameter words correctly")
            void testReadParameterWordsWireFormat() throws Exception {
                // Given - Buffer with flags
                byte[] buffer = new byte[2];
                buffer[0] = 0x03; // Both SMB_SUPPORT_SEARCH_BITS and SMB_SHARE_IS_IN_DFS
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 24.9K bytes
    - Viewed (0)
Back to top