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

Class RemQueryInterface_Request

scapy/layers/msrpce/raw/ms_dcom.py:405–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404
405class RemQueryInterface_Request(NDRPacket):
406 fields_desc = [
407 NDRPacketField("ripid", GUID(), GUID),
408 NDRIntField("cRefs", 0),
409 NDRShortField("cIids", None, size_of="iids"),
410 NDRConfPacketListField("iids", [], GUID, size_is=lambda pkt: pkt.cIids),
411 ]
412
413
414class RemQueryInterface_Response(NDRPacket):

Callers 1

AcquireInterfaceMethod · 0.90

Calls 5

NDRPacketFieldClass · 0.90
NDRIntFieldClass · 0.90
NDRShortFieldClass · 0.90
GUIDClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…