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

Class LSA_FOREST_TRUST_DOMAIN_INFO

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

Source from the content-addressed store, hash-verified

3608
3609
3610class LSA_FOREST_TRUST_DOMAIN_INFO(NDRPacket):
3611 ALIGNMENT = (4, 8)
3612 fields_desc = [
3613 NDRFullEmbPointerField(NDRPacketField("Sid", PRPC_SID(), PRPC_SID)),
3614 NDRPacketField("DnsName", UNICODE_STRING(), UNICODE_STRING),
3615 NDRPacketField("NetbiosName", UNICODE_STRING(), UNICODE_STRING),
3616 ]
3617
3618
3619class LSA_FOREST_TRUST_BINARY_DATA(NDRPacket):

Callers 1

Calls 4

NDRPacketFieldClass · 0.90
PRPC_SIDClass · 0.85
UNICODE_STRINGClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…