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

Class NETLOGON_SAM_LOGON_RESPONSE_NT40

scapy/layers/smb.py:975–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973
974
975class NETLOGON_SAM_LOGON_RESPONSE_NT40(NETLOGON):
976 fields_desc = [
977 LEShortEnumField("OpCode", 0x13, _NETLOGON_opcodes),
978 StrNullFieldUtf16("UnicodeLogonServer", ""),
979 StrNullFieldUtf16("UnicodeUserName", ""),
980 StrNullFieldUtf16("UnicodeDomainName", ""),
981 FlagsField("NtVersion", 0x1, -32, _NV_VERSION),
982 XLEShortField("LmNtToken", 0xFFFF),
983 XLEShortField("Lm20Token", 0xFFFF),
984 ]
985
986
987# [MS-ADTS] sect 6.3.1.2

Callers

nothing calls this directly

Calls 4

LEShortEnumFieldClass · 0.90
StrNullFieldUtf16Class · 0.90
FlagsFieldClass · 0.90
XLEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…