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

Class NETLOGON_LOGON_QUERY

scapy/layers/smb.py:941–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939
940
941class NETLOGON_LOGON_QUERY(NETLOGON):
942 fields_desc = [
943 LEShortEnumField("OpCode", 0x7, _NETLOGON_opcodes),
944 StrNullField("ComputerName", ""),
945 StrNullField("MailslotName", ""),
946 StrNullFieldUtf16("UnicodeComputerName", ""),
947 FlagsField("NtVersion", 0xB, -32, _NV_VERSION),
948 XLEShortField("LmNtToken", 0xFFFF),
949 XLEShortField("Lm20Token", 0xFFFF),
950 ]
951
952
953# [MS-ADTS] sect 6.3.1.6

Callers

nothing calls this directly

Calls 5

LEShortEnumFieldClass · 0.90
StrNullFieldClass · 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…