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

Class LocationInfoData

scapy/layers/msrpce/msdcom.py:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274class LocationInfoData(NDRPacket):
275 ALIGNMENT = (4, 8)
276 fields_desc = [
277 NDRFullEmbPointerField(
278 NDRConfVarStrNullFieldUtf16("machineName", None),
279 ),
280 NDRIntField("processId", 0),
281 NDRIntField("apartmentId", 0),
282 NDRIntField("contextId", 0),
283 ]
284
285
286# [MS-DCOM] 2.2.22.2.7

Calls 3

NDRIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…