- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for baselines (0.23 sec)
-
src/test/java/jcifs/smb1/smb1/AndXServerMessageBlockTest.java
// Set command to NT_CREATE_ANDX and mark extended resp.command = ServerMessageBlock.SMB_COM_NT_CREATE_ANDX; resp.isExtended = true; byte[] buf = new byte[256]; buf[33] = 34; // baseline wordCount reported by server buf[34] = (byte) 0xFF; // no further andx // byteCount at 33 + 1 + 34*2 = 102 ServerMessageBlock.writeInt2(0, buf, 102); int n = resp.decode(buf, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0)