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

Class PNETLOGON_ONE_DOMAIN_INFO

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

Source from the content-addressed store, hash-verified

2856
2857
2858class PNETLOGON_ONE_DOMAIN_INFO(NDRPacket):
2859 ALIGNMENT = (4, 8)
2860 fields_desc = [
2861 NDRPacketField("DomainName", UNICODE_STRING(), UNICODE_STRING),
2862 NDRPacketField("DnsDomainName", UNICODE_STRING(), UNICODE_STRING),
2863 NDRPacketField("DnsForestName", UNICODE_STRING(), UNICODE_STRING),
2864 NDRPacketField("DomainGuid", GUID(), GUID),
2865 NDRFullEmbPointerField(NDRPacketField("DomainSid", PRPC_SID(), PRPC_SID)),
2866 NDRPacketField("TrustExtension", UNICODE_STRING(), UNICODE_STRING),
2867 NDRPacketField("DummyString2", UNICODE_STRING(), UNICODE_STRING),
2868 NDRPacketField("DummyString3", UNICODE_STRING(), UNICODE_STRING),
2869 NDRPacketField("DummyString4", UNICODE_STRING(), UNICODE_STRING),
2870 NDRIntField("DummyLong1", 0),
2871 NDRIntField("DummyLong2", 0),
2872 NDRIntField("DummyLong3", 0),
2873 NDRIntField("DummyLong4", 0),
2874 ]
2875
2876
2877class PNETLOGON_DOMAIN_INFO(NDRPacket):

Callers

nothing calls this directly

Calls 6

NDRPacketFieldClass · 0.90
NDRIntFieldClass · 0.90
UNICODE_STRINGClass · 0.85
PRPC_SIDClass · 0.85
GUIDClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…