- Sort Score
- Result 10 results
- Languages All
Results 71 - 73 of 73 for OpType (0.04 sec)
-
docs/smb3-features/06-witness-protocol-design.md
private WitnessRegisterResponse response; public WitnessRegisterStub(WitnessRegisterRequest request) { this.request = request; this.ptype = 0; this.flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG; } @Override public int getOpnum() { return WITNESS_REGISTER; } @OverrideRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcHandle.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcHandle.java
* @throws DcerpcException * @throws NdrException */ private byte[] receiveMoreFragments(final DcerpcMessage msg, byte[] in) throws IOException, DcerpcException, NdrException { int off = msg.ptype == 2 ? msg.length : 24; final byte[] fragBytes = new byte[this.max_recv]; final NdrBuffer fragBuf = new NdrBuffer(fragBytes, 0); while (!msg.isFlagSet(DCERPC_LAST_FRAG)) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.9K bytes - Viewed (0)