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

Class PNETLOGON_INFO_2

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

Source from the content-addressed store, hash-verified

2190
2191
2192class PNETLOGON_INFO_2(NDRPacket):
2193 ALIGNMENT = (4, 8)
2194 fields_desc = [
2195 NDRIntField("netlog2_flags", 0),
2196 NDRIntField("netlog2_pdc_connection_status", 0),
2197 NDRFullEmbPointerField(
2198 NDRConfVarStrNullFieldUtf16("netlog2_trusted_dc_name", "")
2199 ),
2200 NDRIntField("netlog2_tc_connection_status", 0),
2201 ]
2202
2203
2204class PNETLOGON_INFO_3(NDRPacket):

Calls 3

NDRIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…