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

Class PNETLOGON_INFO_3

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

Source from the content-addressed store, hash-verified

2202
2203
2204class PNETLOGON_INFO_3(NDRPacket):
2205 ALIGNMENT = (4, 4)
2206 fields_desc = [
2207 NDRIntField("netlog3_flags", 0),
2208 NDRIntField("netlog3_logon_attempts", 0),
2209 NDRIntField("netlog3_reserved1", 0),
2210 NDRIntField("netlog3_reserved2", 0),
2211 NDRIntField("netlog3_reserved3", 0),
2212 NDRIntField("netlog3_reserved4", 0),
2213 NDRIntField("netlog3_reserved5", 0),
2214 ]
2215
2216
2217class PNETLOGON_INFO_4(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…