- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for buildSessionSetupBody (0.21 sec)
-
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupResponseTest.java
} /** * Build a SESSION_SETUP response body with specified flags and security blob. * securityBufferOffset is set relative to header start. */ private void buildSessionSetupBody(byte[] buf, int headerStart, int bodyStart, int sessionFlags, int secBufOffset, byte[] blob) { // StructureSize (must be 9) SMBUtil.writeInt2(9, buf, bodyStart); // SessionFlags at +2
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0)