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

Class PNETLOGON_INFO_1

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

Source from the content-addressed store, hash-verified

2182
2183
2184class PNETLOGON_INFO_1(NDRPacket):
2185 ALIGNMENT = (4, 4)
2186 fields_desc = [
2187 NDRIntField("netlog1_flags", 0),
2188 NDRIntField("netlog1_pdc_connection_status", 0),
2189 ]
2190
2191
2192class PNETLOGON_INFO_2(NDRPacket):

Calls 1

NDRIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…