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

Class PNETLOGON_LOGOFF_UAS_INFO

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

Source from the content-addressed store, hash-verified

85
86
87class PNETLOGON_LOGOFF_UAS_INFO(NDRPacket):
88 ALIGNMENT = (4, 4)
89 fields_desc = [NDRIntField("Duration", 0), NDRShortField("LogonCount", 0)]
90
91
92class NetrLogonUasLogoff_Request(NDRPacket):

Callers 1

Calls 2

NDRIntFieldClass · 0.90
NDRShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…