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

Class DceRpc5Request

scapy/layers/dcerpc.py:1219–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217
1218
1219class DceRpc5Request(_DceRpcPayload):
1220 name = "DCE/RPC v5 - Request"
1221 fields_desc = [
1222 _EField(IntField("alloc_hint", 0)),
1223 _EField(ShortField("cont_id", 0)),
1224 _EField(ShortField("opnum", 0)),
1225 ConditionalField(
1226 PadField(
1227 _EField(UUIDField("object", None)),
1228 align=8,
1229 ),
1230 lambda pkt: pkt.underlayer and pkt.underlayer.pfc_flags.PFC_OBJECT_UUID,
1231 ),
1232 ]
1233
1234
1235bind_layers(DceRpc5, DceRpc5Request, ptype=0)

Callers 1

sr1_reqMethod · 0.90

Calls 6

IntFieldClass · 0.90
ShortFieldClass · 0.90
ConditionalFieldClass · 0.90
PadFieldClass · 0.90
UUIDFieldClass · 0.90
_EFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…