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

Class GUID

scapy/layers/msrpce/raw/ms_nrpc.py:2597–2604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2595
2596
2597class GUID(NDRPacket):
2598 ALIGNMENT = (4, 4)
2599 fields_desc = [
2600 NDRIntField("Data1", 0),
2601 NDRShortField("Data2", 0),
2602 NDRShortField("Data3", 0),
2603 StrFixedLenField("Data4", "", length=8),
2604 ]
2605
2606
2607class PDOMAIN_CONTROLLER_INFOW(NDRPacket):

Calls 3

NDRIntFieldClass · 0.90
NDRShortFieldClass · 0.90
StrFixedLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…