- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for SMB_COM_NT_TRANSACT (0.1 sec)
-
src/test/java/jcifs/smb1/smb1/SmbComTransactionTest.java
} @Test @DisplayName("Test NT transaction command handling") void testNtTransactionCommand() { transaction.command = ServerMessageBlock.SMB_COM_NT_TRANSACT; // First call transaction.nextElement(); // Second call should change to NT_TRANSACT_SECONDARY transaction.nextElement();Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java
this.totalDataCount = writeDataWireFormat(this.txn_buf, this.bufDataOffset); this.dataCount = Math.min(this.totalDataCount, available); } else { if (this.getCommand() != SMB_COM_NT_TRANSACT) { this.setCommand(SMB_COM_TRANSACTION_SECONDARY); } else { this.setCommand(SMB_COM_NT_TRANSACT_SECONDARY); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.3K bytes - Viewed (0)