class NTLM::Header

Defined in:

ntlm.cr

Constant Summary

ENDIAN = ["little"]
KLASS_NAME = [NTLM::Header]
PARTS = [{type: "string", name: protocol, cls: String, onlyif: nil, verify: nil, length: nil, value: -> do "NTLMSSP" end, encoding: nil}, {type: "enum", name: message_type, cls: UInt32, onlyif: nil, verify: nil, value: nil, encoding: Type}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def message_type : Type #

def message_type=(message_type : Type) #

def protocol : String #

def protocol=(protocol : String) #