Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SMB_COM_NT_CREATE_ANDX (0.34 sec)

  1. src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java

                    return 33;
                }
            };
            testBlock.configureForTest(true, 2);
            testBlock.setCommand((byte) ServerMessageBlock.SMB_COM_NT_CREATE_ANDX);
    
            byte[] buffer = new byte[1024];
            buffer[33] = 34; // wordCount for extended response
            buffer[34] = (byte) 0xFF; // andxCommand
            SMBUtil.writeInt2(20, buffer, 102); // byteCount
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top