MCPcopy Create free account
hub / github.com/secdev/scapy / ScmRequestInfoData

Class ScmRequestInfoData

scapy/layers/msrpce/msdcom.py:238–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238class ScmRequestInfoData(NDRPacket):
239 ALIGNMENT = (4, 8)
240 fields_desc = [
241 NDRFullEmbPointerField(NDRIntField("pdwReserved", 0)),
242 NDRFullEmbPointerField(
243 NDRPacketField(
244 "remoteRequest",
245 customREMOTE_REQUEST_SCM_INFO(),
246 customREMOTE_REQUEST_SCM_INFO,
247 ),
248 ),
249 ]
250
251
252# [MS-DCOM] 2.2.22.2.5

Calls 4

NDRIntFieldClass · 0.90
NDRPacketFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…