Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
107 user(s) are online (62 user(s) are browsing Forums)

Members: 0
Guests: 107

more...

Support us!

Headlines

 
  Register To Post  

(1) 2 »
Strange AllocVec Problem
Just popping in
Just popping in


See User information
Hi all,

anyone interested to help me in figuring out what i'm doing wrong in my code?
I using AllocVecTags to get memory from the system. Normally it works, except suddenly a call to it fails, with the
following output via the serial port. The output is mainly from my program except for the kernel at the end, which
i cannot make any sens of.

[SMB2] INFO | ‘start’ | Socket created: 0
[SMB2] INFO | ‘start’ | Host name: 172.16.0.122
[SMB2] INFO | ‘start’ | Host port: 445
[SMB2] DEBUG | ‘network’ | Dump read packet structure at address 0x662121F8
[SMB2] DEBUG | ‘network’ |     Start address 0x66212210
[SMB2] DEBUG | ‘network’ |     End address 0x6622220F, capacity 65535
[SMB2] DEBUG | ‘network’ |     Read address 0x66212210, Write address 0x66212210, available 0 bytes
[SMB2] DEBUG | ‘network’ |     Is Empty
[
SMB2] INFO | ‘start’ | Host uuid: 06f4c066-fbe5-4409-866e-d8f0d87cad90
[SMB2] INFO | ‘start’ | Connecting to ‘172.16.0.122:445’…
[SMB2] DEBUG | ‘start’ | Socket connected
[SMB2] DEBUG | ‘start’ | Configured keep Alive
[SMB2] DEBUG | ‘start’ | Configured TCP No delay
[SMB2] DEBUG | ‘smbv2’ | Negotiate Protocol Request:
[
SMB2] DEBUG | ‘smbv2’ |     SMB2 Header [Request]:
[
SMB2] DEBUG | ‘smbv2’ |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | ‘smbv2’ |         Header Length: 64
[SMB2] DEBUG | ‘smbv2’ |         Credit Charge: 0
[SMB2] DEBUG | ‘smbv2’ |         Status: 0x00000000
[SMB2] DEBUG | ‘smbv2’ |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Negotiate protocol
[SMB2] DEBUG | 'smbv2' |         Credit requested: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0024
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part:  18
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: False
[SMB2] DEBUG | 'smbv2' |     Dialect Count: 1
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x01
[SMB2] DEBUG | 'smbv2' |         Signing enabled: True
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     Client Guid: 66c0f406-e5fb-0944-866e-d8f0d87cad90
[SMB2] DEBUG | 'smbv2' |     smb2:
[
SMB2] DEBUG | 'smbv2' |         ClientStartTime: TODO
[SMB2] DEBUG | 'smbv2' |     smbVx311:
[
SMB2] DEBUG | 'smbv2' |         NegotiateContextOffset: 0x00000000
[SMB2] DEBUG | 'smbv2' |         NegotiateContextCount: 0x00
[SMB2] DEBUG | 'smbv2' |         Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |     Dialect (0x202):
[
SMB2] DEBUG | 'network' | NETWORK_DataBuffer_writeBytes: Buffered 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 108
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Write to socket request
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Trying to send 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Successfull send 108 bytes?
[
SMB2] DEBUG | 'smbv2' | SMB2_Free: Freed a packet
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 65535 bytes into 0x66212210 from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 260 bytes
[SMB2] DEBUG | 'network' | NETWORK_processBytes: start packet 0x662121F8
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Remaining bytes 260
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame length is: 256
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: CHECK IT! Frame length is: 256
[SMB2] INFO | 'smbv2' | SMB2_Decoder: Decoding Negotiate Reponse Message 0
[SMB2] DEBUG | 'smbv2' | Negotiate Protocol Response:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Response]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Negotiate protocol
[SMB2] DEBUG | 'smbv2' |         Credit granted: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000001
[SMB2] DEBUG | 'smbv2' |         This is a REQUEST
[SMB2] DEBUG | 'smbv2' |         This is a SYNC command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT a CHAINED command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT SIGNED
[SMB2] DEBUG | 'smbv2' |         This pdu does NOT contain a PRIORITY
[SMB2] DEBUG | 'smbv2' |         This is a normal operation
[SMB2] DEBUG | 'smbv2' |         This is NOT a REPLAY operatio
[SMB2] DEBUG | 'smbv2' |         Next command/chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0041
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part:  32
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x03
[SMB2] DEBUG | 'smbv2' |         Signing enabled: True
[SMB2] DEBUG | 'smbv2' |         Signing required: True
[SMB2] DEBUG | 'smbv2' |     DialectRevision: (0x202):
[
SMB2] DEBUG | 'smbv2' |     NegotiateConextCount: 0
[SMB2] DEBUG | 'smbv2' |     ServerGuid: b34367dc-ed2f-5946-9b95-281b16d93dea
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     MaxTransactSize: 4194304
[SMB2] DEBUG | 'smbv2' |     MaxReadSize: 4194304
[SMB2] DEBUG | 'smbv2' |     MaxWriteSize: 4194304
[SMB2] DEBUG | 'smbv2' |     SystemTime: TODO
[SMB2] DEBUG | 'smbv2' |     ServerStartTime: TODO
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 128 | 0x00000080
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 128
[SMB2] DEBUG | 'smbv2' |     NegotiateContextOffset: 0x00000000
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 128 at 0x6D6B9484):
[
SMB2] DEBUG | 'smbv2' |          0x60 0x7E 0x06 0x06 0x2B 0x06 0x01 0x05   0x05 0x02 0xA0 0x74 0x30 0x72 0xA0 0x44  
[SMB2] DEBUG | 'smbv2' |          0x30 0x42 0x06 0x09 0x2A 0x86 0x48 0x82   0xF7 0x12 0x01 0x02 0x02 0x06 0x09 0x2A  
[SMB2] DEBUG | 'smbv2' |          0x86 0x48 0x86 0xF7 0x12 0x01 0x02 0x02   0x06 0x06 0x2A 0x85 0x70 0x2B 0x0E 0x03  
[SMB2] DEBUG | 'smbv2' |          0x06 0x06 0x2B 0x06 0x01 0x05 0x05 0x0E   0x06 0x0A 0x2B 0x06 0x01 0x04 0x01 0x82  
[SMB2] DEBUG | 'smbv2' |          0x37 0x02 0x02 0x0A 0x06 0x06 0x2B 0x05   0x01 0x05 0x02 0x07 0x06 0x06 0x2B 0x06  
[SMB2] DEBUG | 'smbv2' |          0x01 0x05 0x02 0x05 0xA3 0x2A 0x30 0x28   0xA0 0x26 0x1B 0x24 0x6E 0x6F 0x74 0x5F  
[SMB2] DEBUG | 'smbv2' |          0x64 0x65 0x66 0x69 0x6E 0x65 0x64 0x5F   0x69 0x6E 0x5F 0x52 0x46 0x43 0x34 0x31  
[SMB2] DEBUG | 'smbv2' |          0x37 0x38 0x40 0x70 0x6C 0x65 0x61 0x73   0x65 0x5F 0x69 0x67 0x6E 0x6F 0x72 0x65
[SMB2] INFO | 'smbv2' | SMB2_Consumer: Consume Negotiate Reponse Message 0
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Context handle is NO_CONTEXT
[SMB2] DEBUG | 'mech' | _gss_find_mech: Searching for OID: '1.3.6.1.5.5.2'...found: 1.3.6.1.5.5.2
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: No input token, created initial token
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Offer MechType '1.3.6.1.4.1.311.2.2.10'
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Created Mecthtype
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Converted text to oid
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: mech list size 1
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Optimistic mechanism '1.3.6.1.4.1.311.2.2.10'
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: begin
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: Negotiate Message (Length 40):
[
SMB2] DEBUG | 'ntlm' |      0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x35 0x82 0x08 0xE2  
[SMB2] DEBUG | 'ntlm' |      0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'ntlm' |      0x35 0x0E 0x00 0x00 0x00 0x00 0x00 0x0F
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: end
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Initial token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenInit
[SMB2] DEBUG | 'spnego' |     mechTypes: 1
[SMB2] DEBUG | 'spnego' |         MechType 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'spnego' |     reqFlags: Not present
[SMB2] DEBUG | 'spnego' |     mechToken: length 40
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x35 0x82 0x08 0xE2  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x35 0x0E 0x00 0x00 0x00 0x00 0x00 0x0F
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] INFO | 'spnego' | _SPNEGO_InitSecurityContext: Got an init negotation token
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Processed token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenInit
[SMB2] DEBUG | 'spnego' |     mechTypes: 1
[SMB2] DEBUG | 'spnego' |         MechType 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'spnego' |     reqFlags: Not present
[SMB2] DEBUG | 'spnego' |     mechToken: length 40
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x35 0x82 0x08 0xE2  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x35 0x0E 0x00 0x00 0x00 0x00 0x00 0x0F
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Output buffer supplied
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Response token (Length 64)
[
SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: AllocVecTags succeeded
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encode token
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'spnego' |      0xA0 0x3E 0x30 0x3C 0xA0 0x0E 0x30 0x0C   0x06 0x0A 0x2B 0x06 0x01 0x04 0x01 0x82  
[SMB2] DEBUG | 'spnego' |      0x37 0x02 0x02 0x0A 0xA2 0x2A 0x04 0x28   0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00  
[SMB2] DEBUG | 'spnego' |      0x01 0x00 0x00 0x00 0x35 0x82 0x08 0xE2   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |      0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x35 0x0E 0x00 0x00 0x00 0x00 0x00 0x0F
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Response token (Length 74)
[
SMB2] DEBUG | 'gss-api' |     inner token size 64
[SMB2] DEBUG | 'gss-api' |     oid size 6
[SMB2] DEBUG | 'gss-api' |     complete payload size 74
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Allocation performed
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 0 value: 0x60
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 1 value
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size fits in single byte
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 2 value after length encoding
 
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size fits in single byte
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'gss-api' |      0x60 0x48 0x06 0x06 0x2B 0x06 0x01 0x05   0x05 0x02 0xA0 0x3E 0x30 0x3C 0xA0 0x0E  
[SMB2] DEBUG | 'gss-api' |      0x30 0x0C 0x06 0x0A 0x2B 0x06 0x01 0x04   0x01 0x82 0x37 0x02 0x02 0x0A 0xA2 0x2A  
[SMB2] DEBUG | 'gss-api' |      0x04 0x28 0x4E 0x54 0x4C 0x4D 0x53 0x53   0x50 0x00 0x01 0x00 0x00 0x00 0x35 0x82  
[SMB2] DEBUG | 'gss-api' |      0x08 0xE2 0x00 0x00 0x00 0x00 0x28 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x28 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x35 0x0E 0x00 0x00 0x00 0x00   0x00 0x0F
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Output buffer supplied
[SMB2] DEBUG | 'smbv2' | createSessionSetupRequest: sizeof SMB_Session_Setup_Request 92 ,SMB_Header 68 , sizeof GSSToken 74 , size of Direct Header 4
[SMB2] DEBUG | 'smbv2' | Session Setup Request:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Request]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Session setup
[SMB2] DEBUG | 'smbv2' |         Credit requested: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0019
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part:  12
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     Flags: 0x00
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x100
[SMB2] DEBUG | 'smbv2' |         Signing enabled: False
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     Channel: 0x00000000
[SMB2] DEBUG | 'smbv2' |     Pervious Session Id: TODO
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 88
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 74
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 74 at 0x696A9DDC):
[
SMB2] DEBUG | 'smbv2' |          0x60 0x48 0x06 0x06 0x2B 0x06 0x01 0x05   0x05 0x02 0xA0 0x3E 0x30 0x3C 0xA0 0x0E  
[SMB2] DEBUG | 'smbv2' |          0x30 0x0C 0x06 0x0A 0x2B 0x06 0x01 0x04   0x01 0x82 0x37 0x02 0x02 0x0A 0xA2 0x2A  
[SMB2] DEBUG | 'smbv2' |          0x04 0x28 0x4E 0x54 0x4C 0x4D 0x53 0x53   0x50 0x00 0x01 0x00 0x00 0x00 0x35 0x82  
[SMB2] DEBUG | 'smbv2' |          0x08 0xE2 0x00 0x00 0x00 0x00 0x28 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x28 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x35 0x0E 0x00 0x00 0x00 0x00   0x00 0x0F
[SMB2] DEBUG | 'network' | NETWORK_DataBuffer_writeBytes: Buffered 166 bytes
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Consumed frame
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 166
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Write to socket request
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Trying to send 166 bytes
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Successfull send 166 bytes?
[
SMB2] DEBUG | 'smbv2' | SMB2_Free: Freed a packet
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 65275 bytes into 0x66212314 from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 241 bytes
[SMB2] DEBUG | 'network' | NETWORK_processBytes: start packet 0x662121F8
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Remaining bytes 241
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame length is: 237
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: CHECK IT! Frame length is: 237
[SMB2] INFO | 'smbv2' | SMB2_Decoder: Decoding SessionSetup Reponse Message 1
[SMB2] ERROR | 'smbv2' | decodeSessionSetupResponse: Going to allaocte 241 bytes
[SMB2] ERROR | 'smbv2' | decodeSessionSetupResponse: Git it
[SMB2] DEBUG | 'smbv2' | SessionSetup Protocol Response:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Response]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0xC0000016
[SMB2] DEBUG | 'smbv2' |             Serverity: Error
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |             MORE_PROCERSSING_REQUIRED
[SMB2] DEBUG | 'smbv2' |         Command: Session setup
[SMB2] DEBUG | 'smbv2' |         Credit granted: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000001
[SMB2] DEBUG | 'smbv2' |         This is a REQUEST
[SMB2] DEBUG | 'smbv2' |         This is a SYNC command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT a CHAINED command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT SIGNED
[SMB2] DEBUG | 'smbv2' |         This pdu does NOT contain a PRIORITY
[SMB2] DEBUG | 'smbv2' |         This is a normal operation
[SMB2] DEBUG | 'smbv2' |         This is NOT a REPLAY operatio
[SMB2] DEBUG | 'smbv2' |         Next command/chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0009
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part:  4
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     SessionFlags: 0x0000
[SMB2] DEBUG | 'smbv2' |         Guest: False
[SMB2] DEBUG | 'smbv2' |         Null: False
[SMB2] DEBUG | 'smbv2' |         Encrypt: False
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 72
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 165
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 165 at 0x678F82DC):
[
SMB2] DEBUG | 'smbv2' |          0xA1 0x81 0xA2 0x30 0x81 0x9F 0xA0 0x03   0x0A 0x01 0x01 0xA1 0x0C 0x06 0x0A 0x2B  
[SMB2] DEBUG | 'smbv2' |          0x06 0x01 0x04 0x01 0x82 0x37 0x02 0x02   0x0A 0xA2 0x81 0x89 0x04 0x81 0x86 0x4E  
[SMB2] DEBUG | 'smbv2' |          0x54 0x4C 0x4D 0x53 0x53 0x50 0x00 0x02   0x00 0x00 0x00 0x06 0x00 0x06 0x00 0x38  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x35 0x82 0x89 0x62 0xB0   0xEF 0x6D 0x36 0xCD 0x9D 0xFE 0xBA 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x48   0x00 0x48 0x00 0x3E 0x00 0x00 0x00 0x06  
[SMB2] DEBUG | 'smbv2' |          0x01 0xB0 0x1D 0x0F 0x00 0x00 0x00 0x54   0x00 0x4F 0x00 0x4D 0x00 0x01 0x00 0x06  
[SMB2] DEBUG | 'smbv2' |          0x00 0x54 0x00 0x4F 0x00 0x4D 0x00 0x02   0x00 0x06 0x00 0x54 0x00 0x4F 0x00 0x4D  
[SMB2] DEBUG | 'smbv2' |          0x00 0x03 0x00 0x12 0x00 0x74 0x00 0x6F   0x00 0x6D 0x00 0x2E 0x00 0x6C 0x00 0x6F  
[SMB2] DEBUG | 'smbv2' |          0x00 0x63 0x00 0x61 0x00 0x6C 0x00 0x04   0x00 0x0A 0x00 0x6C 0x00 0x6F 0x00 0x63  
[SMB2] DEBUG | 'smbv2' |          0x00 0x61 0x00 0x6C 0x00 0x07 0x00 0x08   0x00 0x80 0xC4 0x99 0xC6 0xA6 0x66 0xD8  
[SMB2] DEBUG | 'smbv2' |          0x01 0x00 0x00 0x00 0x00
[SMB2] INFO | 'smbv2' | SMB2_Consumer: Consume SessionSetup Reponse Message 1
[SMB2] DEBUG | 'smbv2' | SMB2_Consumer: Got GSS token from trying to continue negoation with server token
[SMB2] DEBUG | 'mech' | _gss_find_mech: Searching for OID: '1.3.6.1.5.5.2'...found: 1.3.6.1.5.5.2
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Context is present and has mechansim 'iso.org.dod.internet.security.mechanism.snego'
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Input token present, initial token decoded
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Initial token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenResp
[SMB2] DEBUG | 'spnego' |     negState: 0x694B40D4
[SMB2] DEBUG | 'spnego' |     supportedMech: 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'spnego' |     responseToken: 134
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x02 0x00 0x00 0x00 0x06 0x00 0x06 0x00  
[SMB2] DEBUG | 'spnego' |          0x38 0x00 0x00 0x00 0x35 0x82 0x89 0x62   0xB0 0xEF 0x6D 0x36 0xCD 0x9D 0xFE 0xBA  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x48 0x00 0x48 0x00 0x3E 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x06 0x01 0xB0 0x1D 0x0F 0x00 0x00 0x00   0x54 0x00 0x4F 0x00 0x4D 0x00 0x01 0x00  
[SMB2] DEBUG | 'spnego' |          0x06 0x00 0x54 0x00 0x4F 0x00 0x4D 0x00   0x02 0x00 0x06 0x00 0x54 0x00 0x4F 0x00  
[SMB2] DEBUG | 'spnego' |          0x4D 0x00 0x03 0x00 0x12 0x00 0x74 0x00   0x6F 0x00 0x6D 0x00 0x2E 0x00 0x6C 0x00  
[SMB2] DEBUG | 'spnego' |          0x6F 0x00 0x63 0x00 0x61 0x00 0x6C 0x00   0x04 0x00 0x0A 0x00 0x6C 0x00 0x6F 0x00  
[SMB2] DEBUG | 'spnego' |          0x63 0x00 0x61 0x00 0x6C 0x00 0x07 0x00   0x08 0x00 0x80 0xC4 0x99 0xC6 0xA6 0x66  
[SMB2] DEBUG | 'spnego' |          0xD8 0x01 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] INFO | 'spnego' | _SPNEGO_InitSecurityContext: Got an response negotation token
[SMB2] DEBUG | 'mech' | _gss_find_mech: Searching for OID: '1.3.6.1.4.1.311.2.2.10'...found: 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: begin
[SMB2] INFO | 'ntlm' | _NTLM_InitSecurityContext: Processing message type 'CHALLENGE' as client
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_alloc_AuthenticateMessage: begin
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_NTOWF_v1: Going to allocated memory 16 bytes
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_NTOWF_v1: Allocated memory
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_NTOWF_v1: Initilze MD4 context
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_NTOWF_v1: Updated MD4 context
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_NTOWF_v1: Finalized  MD4 context
[SMB2] INFO | 'ntlm' | _NTLMSSP_alloc_AuthenticateMessage: Challenge message contain Timestamp in Target Info and we make NTML v2, thus LMV2 Reponse is Z(24), see page 45 MS-NLMP.pde
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_alloc_AuthenticateMessage: Encrypted random session key exported
[SMB2] DEBUG | 'ntlm' | _NTLMSSP_alloc_AuthenticateMessage: Version flag not set, clearing. resp. can be used for debugging puposes
[SMB2] INFO | 'ntlm' | NTLM Authenticate Message:
[
SMB2] INFO | 'ntlm' |     Header:
[
SMB2] INFO | 'ntlm' |         NTLMSSP Identifier: NTLMSSP
[SMB2] INFO | 'ntlm' |         NTLM Message Type: Authenticate (0x00000003)
[
SMB2] INFO | 'ntlm' |     Lan Manager Response:
[
SMB2] INFO | 'ntlm' |         Length: 24
[SMB2] INFO | 'ntlm' |         Max Length: 24
[SMB2] INFO | 'ntlm' |         Offset: 104
[SMB2] INFO | 'ntlm' |         LMv2 Client Challange: 
[
SMB2] INFO | 'ntlm' |     NTLM Response:
[
SMB2] INFO | 'ntlm' |         Length: 70
[SMB2] INFO | 'ntlm' |         Max Length: 70
[SMB2] INFO | 'ntlm' |         Offset: 128
[SMB2] INFO | 'ntlm' |         NTProofStr: 
[
SMB2] INFO | 'ntlm' |         Response Version: 222
[SMB2] INFO | 'ntlm' |         Hi Response Version: 173
[SMB2] INFO | 'ntlm' |         Time: TODO Time ecnodign
[SMB2] INFO | 'ntlm' |         NTLMv2 Client Challange: 
[
SMB2] INFO | 'ntlm' |     Domain Name Response: TODO converst domain to string
[SMB2] INFO | 'ntlm' |         Length: 6
[SMB2] INFO | 'ntlm' |         Max Length: 6
[SMB2] INFO | 'ntlm' |         Offset: 198
[SMB2] INFO | 'ntlm' |              0x54 0x00 0x4F 0x00 0x4D 0x00
[SMB2] INFO | 'ntlm' |     User Name Response: TODO converst username to string
[SMB2] INFO | 'ntlm' |         Length: 20
[SMB2] INFO | 'ntlm' |         Max Length: 20
[SMB2] INFO | 'ntlm' |         Offset: 204
[SMB2] INFO | 'ntlm' |              0x6D 0x00 0x61 0x00 0x78 0x00 0x6C 0x00   0x61 0x00 0x72 0x00 0x73 0x00 0x73 0x00  
[SMB2] INFO | 'ntlm' |              0x6F 0x00 0x6E 0x00
[SMB2] INFO | 'ntlm' |     Workstation Name Response: TODO converst workstation to string
[SMB2] INFO | 'ntlm' |         Length: 8
[SMB2] INFO | 'ntlm' |         Max Length: 8
[SMB2] INFO | 'ntlm' |         Offset: 224
[SMB2] INFO | 'ntlm' |              0x74 0x00 0x6F 0x00 0x6D 0x00 0x00 0x00
[SMB2] INFO | 'ntlm' |     Enrcypted Session Key Response: TODO converst session kye to string
[SMB2] INFO | 'ntlm' |         Length: 16
[SMB2] INFO | 'ntlm' |         Max Length: 16
[SMB2] INFO | 'ntlm' |         Offset: 88
[SMB2] INFO | 'ntlm' |              0xDF 0x1F 0xC3 0x63 0x79 0x08 0x64 0x05   0xA7 0x3C 0x73 0x9D 0x7F 0x4B 0x94 0x93
[SMB2] INFO | 'ntlm' |     Flags 0xE0088235:
[
SMB2] INFO | 'ntlm' |         Negotiate Encyrption 56: True
[SMB2] INFO | 'ntlm' |         Negotiate Key Exchange: False
[SMB2] INFO | 'ntlm' |         Negotiate Encyrption 128: True
[SMB2] INFO | 'ntlm' |         Negotiate Version: False
[SMB2] INFO | 'ntlm' |         Negotiate Target Info: True
[SMB2] INFO | 'ntlm' |         Request Non-NT Session: False
[SMB2] INFO | 'ntlm' |         Negotiate Identify: False
[SMB2] INFO | 'ntlm' |         Negotiate Extended Security: False
[SMB2] INFO | 'ntlm' |         Target Type Server: True
[SMB2] INFO | 'ntlm' |         Target Type Domain: False
[SMB2] INFO | 'ntlm' |         Negotiate Always Sign: False
[SMB2] INFO | 'ntlm' |         Negotiate OEM Workstataion supplied: False
[SMB2] INFO | 'ntlm' |         Negotiate OEM Domain supplied: False
[SMB2] INFO | 'ntlm' |         Negotiate Anonymous: True
[SMB2] INFO | 'ntlm' |         Negotiate NTLM key: False
[SMB2] INFO | 'ntlm' |         Negotiate Lan Manager key: True
[SMB2] INFO | 'ntlm' |         Negotiate Datagram key: True
[SMB2] INFO | 'ntlm' |         Negotiate Seal: True
[SMB2] INFO | 'ntlm' |         Negotiate Sign: False
[SMB2] INFO | 'ntlm' |         Request Target: False
[SMB2] INFO | 'ntlm' |         Negotiate OEM: False
[SMB2] INFO | 'ntlm' |         Negotiate UniCode: False
[SMB2] INFO | 'ntlm' |     Version 0.0 (Build 0); NTLM Current Revision 0
[SMB2] INFO | 'ntlm' |         Major Version: 0
[SMB2] INFO | 'ntlm' |         Minor Version: 0
[SMB2] INFO | 'ntlm' |         Build:  0
[SMB2] INFO | 'ntlm' |         NTLM Current Revision: 0
[SMB2] INFO | 'ntlm' |     MIC:
[
SMB2] INFO | 'ntlm' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'ntlm' |      0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x03 0x00 0x00 0x00 0x18 0x00 0x18 0x00  
[SMB2] DEBUG | 'ntlm' |      0x68 0x00 0x00 0x00 0x46 0x00 0x46 0x00   0x80 0x00 0x00 0x00 0x06 0x00 0x06 0x00  
[SMB2] DEBUG | 'ntlm' |      0xC6 0x00 0x00 0x00 0x14 0x00 0x14 0x00   0xCC 0x00 0x00 0x00 0x08 0x00 0x08 0x00  
[SMB2] DEBUG | 'ntlm' |      0xE0 0x00 0x00 0x00 0x10 0x00 0x10 0x00   0x58 0x00 0x00 0x00 0x35 0x82 0x08 0xE0  
[SMB2] DEBUG | 'ntlm' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'ntlm' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0xDF 0x1F 0xC3 0x63 0x79 0x08 0x64 0x05  
[SMB2] DEBUG | 'ntlm' |      0xA7 0x3C 0x73 0x9D 0x7F 0x4B 0x94 0x93   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'ntlm' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'ntlm' |      0xF3 0xDA 0xFE 0xC9 0x35 0xAE 0xBF 0x20   0x6C 0xBE 0xD1 0x5C 0x6F 0x47 0xA0 0xEC  
[SMB2] DEBUG | 'ntlm' |      0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00   0x80 0xC4 0x99 0xC6 0xA6 0x66 0xD8 0x01  
[SMB2] DEBUG | 'ntlm' |      0x71 0x00 0x81 0xDD 0x87 0x70 0x6A 0x25   0x00 0x00 0x00 0x00 0x03 0x00 0x12 0x00  
[SMB2] DEBUG | 'ntlm' |      0x74 0x00 0x6F 0x00 0x6D 0x00 0x2E 0x00   0x6C 0x00 0x6F 0x00 0x63 0x00 0x61 0x00  
[SMB2] DEBUG | 'ntlm' |      0x6C 0x00 0x00 0x00 0x00 0x00 0x54 0x00   0x4F 0x00 0x4D 0x00 0x6D 0x00 0x61 0x00  
[SMB2] DEBUG | 'ntlm' |      0x78 0x00 0x6C 0x00 0x61 0x00 0x72 0x00   0x73 0x00 0x73 0x00 0x6F 0x00 0x6E 0x00  
[SMB2] DEBUG | 'ntlm' |      0x74 0x00 0x6F 0x00 0x6D 0x00 0x00 0x00
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: challege end
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Processed token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenResp
[SMB2] DEBUG | 'spnego' |     negState: 0x694B40D4
[SMB2] DEBUG | 'spnego' |     supportedMech: Not present
[SMB2] DEBUG | 'spnego' |     responseToken: 232
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x03 0x00 0x00 0x00 0x18 0x00 0x18 0x00  
[SMB2] DEBUG | 'spnego' |          0x68 0x00 0x00 0x00 0x46 0x00 0x46 0x00   0x80 0x00 0x00 0x00 0x06 0x00 0x06 0x00  
[SMB2] DEBUG | 'spnego' |          0xC6 0x00 0x00 0x00 0x14 0x00 0x14 0x00   0xCC 0x00 0x00 0x00 0x08 0x00 0x08 0x00  
[SMB2] DEBUG | 'spnego' |          0xE0 0x00 0x00 0x00 0x10 0x00 0x10 0x00   0x58 0x00 0x00 0x00 0x35 0x82 0x08 0xE0  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0xDF 0x1F 0xC3 0x63 0x79 0x08 0x64 0x05  
[SMB2] DEBUG | 'spnego' |          0xA7 0x3C 0x73 0x9D 0x7F 0x4B 0x94 0x93   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0xF3 0xDA 0xFE 0xC9 0x35 0xAE 0xBF 0x20   0x6C 0xBE 0xD1 0x5C 0x6F 0x47 0xA0 0xEC  
[SMB2] DEBUG | 'spnego' |          0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00   0x80 0xC4 0x99 0xC6 0xA6 0x66 0xD8 0x01  
[SMB2] DEBUG | 'spnego' |          0x71 0x00 0x81 0xDD 0x87 0x70 0x6A 0x25   0x00 0x00 0x00 0x00 0x03 0x00 0x12 0x00  
[SMB2] DEBUG | 'spnego' |          0x74 0x00 0x6F 0x00 0x6D 0x00 0x2E 0x00   0x6C 0x00 0x6F 0x00 0x63 0x00 0x61 0x00  
[SMB2] DEBUG | 'spnego' |          0x6C 0x00 0x00 0x00 0x00 0x00 0x54 0x00   0x4F 0x00 0x4D 0x00 0x6D 0x00 0x61 0x00  
[SMB2] DEBUG | 'spnego' |          0x78 0x00 0x6C 0x00 0x61 0x00 0x72 0x00   0x73 0x00 0x73 0x00 0x6F 0x00 0x6E 0x00  
[SMB2] DEBUG | 'spnego' |          0x74 0x00 0x6F 0x00 0x6D 0x00 0x00 0x00
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Output buffer supplied
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Response token (Length 249)
[
SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: AllocVecTags succeeded
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encode token
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'spnego' |      0xA1 0x81 0xF6 0x30 0x81 0xF3 0xA0 0x03   0x0A 0x01 0x01 0xA2 0x81 0xEB 0x04 0x81  
[SMB2] DEBUG | 'spnego' |      0xE8 0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50   0x00 0x03 0x00 0x00 0x00 0x18 0x00 0x18  
[SMB2] DEBUG | 'spnego' |      0x00 0x68 0x00 0x00 0x00 0x46 0x00 0x46   0x00 0x80 0x00 0x00 0x00 0x06 0x00 0x06  
[SMB2] DEBUG | 'spnego' |      0x00 0xC6 0x00 0x00 0x00 0x14 0x00 0x14   0x00 0xCC 0x00 0x00 0x00 0x08 0x00 0x08  
[SMB2] DEBUG | 'spnego' |      0x00 0xE0 0x00 0x00 0x00 0x10 0x00 0x10   0x00 0x58 0x00 0x00 0x00 0x35 0x82 0x08  
[SMB2] DEBUG | 'spnego' |      0xE0 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0xDF 0x1F 0xC3 0x63 0x79 0x08 0x64  
[SMB2] DEBUG | 'spnego' |      0x05 0xA7 0x3C 0x73 0x9D 0x7F 0x4B 0x94   0x93 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |      0x00 0xF3 0xDA 0xFE 0xC9 0x35 0xAE 0xBF   0x20 0x6C 0xBE 0xD1 0x5C 0x6F 0x47 0xA0  
[SMB2] DEBUG | 'spnego' |      0xEC 0x01 0x01 0x00 0x00 0x00 0x00 0x00   0x00 0x80 0xC4 0x99 0xC6 0xA6 0x66 0xD8  
[SMB2] DEBUG | 'spnego' |      0x01 0x71 0x00 0x81 0xDD 0x87 0x70 0x6A   0x25 0x00 0x00 0x00 0x00 0x03 0x00 0x12  
[SMB2] DEBUG | 'spnego' |      0x00 0x74 0x00 0x6F 0x00 0x6D 0x00 0x2E   0x00 0x6C 0x00 0x6F 0x00 0x63 0x00 0x61  
[SMB2] DEBUG | 'spnego' |      0x00 0x6C 0x00 0x00 0x00 0x00 0x00 0x54   0x00 0x4F 0x00 0x4D 0x00 0x6D 0x00 0x61  
[SMB2] DEBUG | 'spnego' |      0x00 0x78 0x00 0x6C 0x00 0x61 0x00 0x72   0x00 0x73 0x00 0x73 0x00 0x6F 0x00 0x6E  
[SMB2] DEBUG | 'spnego' |      0x00 0x74 0x00 0x6F 0x00 0x6D 0x00 0x00   0x00
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Response token (Length 261)
[
SMB2] DEBUG | 'gss-api' |     inner token size 249
[SMB2] DEBUG | 'gss-api' |     oid size 6
[SMB2] DEBUG | 'gss-api' |     complete payload size 261
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Allocation performed
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 0 value: 0x60
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 1 value
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size requires 2 bytes 0x82
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: encoded 3 bytes
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 4 value after length encoding
 
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size fits in single byte
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'gss-api' |      0x60 0x82 0x01 0x01 0x06 0x06 0x2B 0x06   0x01 0x05 0x05 0x02 0xA1 0x81 0xF6 0x30  
[SMB2] DEBUG | 'gss-api' |      0x81 0xF3 0xA0 0x03 0x0A 0x01 0x01 0xA2   0x81 0xEB 0x04 0x81 0xE8 0x4E 0x54 0x4C  
[SMB2] DEBUG | 'gss-api' |      0x4D 0x53 0x53 0x50 0x00 0x03 0x00 0x00   0x00 0x18 0x00 0x18 0x00 0x68 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x46 0x00 0x46 0x00 0x80 0x00 0x00   0x00 0x06 0x00 0x06 0x00 0xC6 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x14 0x00 0x14 0x00 0xCC 0x00 0x00   0x00 0x08 0x00 0x08 0x00 0xE0 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x10 0x00 0x10 0x00 0x58 0x00 0x00   0x00 0x35 0x82 0x08 0xE0 0x00 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x00 0x00 0x00 0xDF 0x1F 0xC3   0x63 0x79 0x08 0x64 0x05 0xA7 0x3C 0x73  
[SMB2] DEBUG | 'gss-api' |      0x9D 0x7F 0x4B 0x94 0x93 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0xF3 0xDA 0xFE  
[SMB2] DEBUG | 'gss-api' |      0xC9 0x35 0xAE 0xBF 0x20 0x6C 0xBE 0xD1   0x5C 0x6F 0x47 0xA0 0xEC 0x01 0x01 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x00 0x00 0x00 0x80 0xC4 0x99   0xC6 0xA6 0x66 0xD8 0x01 0x71 0x00 0x81  
[SMB2] DEBUG | 'gss-api' |      0xDD 0x87 0x70 0x6A 0x25 0x00 0x00 0x00   0x00 0x03 0x00 0x12 0x00 0x74 0x00 0x6F  
[SMB2] DEBUG | 'gss-api' |      0x00 0x6D 0x00 0x2E 0x00 0x6C 0x00 0x6F   0x00 0x63 0x00 0x61 0x00 0x6C 0x00 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x00 0x54 0x00 0x4F 0x00 0x4D   0x00 0x6D 0x00 0x61 0x00 0x78 0x00 0x6C  
[SMB2] DEBUG | 'gss-api' |      0x00 0x61 0x00 0x72 0x00 0x73 0x00 0x73   0x00 0x6F 0x00 0x6E 0x00 0x74 0x00 0x6F  
[SMB2] DEBUG | 'gss-api' |      0x00 0x6D 0x00 0x00 0x00
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Output buffer supplied
[SMB2] DEBUG | 'smbv2' | createSessionSetupRequest: sizeof SMB_Session_Setup_Request 92 ,SMB_Header 68 , sizeof GSSToken 261 , size of Direct Header 4
[SMB2] DEBUG | 'smbv2' | Session Setup Request:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Request]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Session setup
[SMB2] DEBUG | 'smbv2' |         Credit requested: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0019
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part:  12
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     Flags: 0x00
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x100
[SMB2] DEBUG | 'smbv2' |         Signing enabled: False
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     Channel: 0x00000000
[SMB2] DEBUG | 'smbv2' |     Pervious Session Id: TODO
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 88
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 261
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 261 at 0x6959BCAC):
[
SMB2] DEBUG | 'smbv2' |          0x60 0x82 0x01 0x01 0x06 0x06 0x2B 0x06   0x01 0x05 0x05 0x02 0xA1 0x81 0xF6 0x30  
[SMB2] DEBUG | 'smbv2' |          0x81 0xF3 0xA0 0x03 0x0A 0x01 0x01 0xA2   0x81 0xEB 0x04 0x81 0xE8 0x4E 0x54 0x4C  
[SMB2] DEBUG | 'smbv2' |          0x4D 0x53 0x53 0x50 0x00 0x03 0x00 0x00   0x00 0x18 0x00 0x18 0x00 0x68 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x46 0x00 0x46 0x00 0x80 0x00 0x00   0x00 0x06 0x00 0x06 0x00 0xC6 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x14 0x00 0x14 0x00 0xCC 0x00 0x00   0x00 0x08 0x00 0x08 0x00 0xE0 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x10 0x00 0x10 0x00 0x58 0x00 0x00   0x00 0x35 0x82 0x08 0xE0 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0xDF 0x1F 0xC3   0x63 0x79 0x08 0x64 0x05 0xA7 0x3C 0x73  
[SMB2] DEBUG | 'smbv2' |          0x9D 0x7F 0x4B 0x94 0x93 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0xF3 0xDA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xC9 0x35 0xAE 0xBF 0x20 0x6C 0xBE 0xD1   0x5C 0x6F 0x47 0xA0 0xEC 0x01 0x01 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x80 0xC4 0x99   0xC6 0xA6 0x66 0xD8 0x01 0x71 0x00 0x81  
[SMB2] DEBUG | ‘smbv2’ |          0xDD 0x87 0x70 0x6A 0x25 0x00 0x00 0x00   0x00 0x03 0x00 0x12 0x00 0x74 0x00 0x6F  
[SMB2] DEBUG | ‘smbv2’ |          0x00 0x6D 0x00 0x2E 0x00 0x6C 0x00 0x6F   0x00 0x63 0x00 0x61 0x00 0x6C 0x00 0x00  
[SMB2] DEBUG | ‘smbv2’ |          0x00 0x00 0x00 0x54 0x00 0x4F 0x00 0x4D   0x00 0x6D 0x00 0x61 0x00 0x78 0x00 0x6C  
[SMB2] DEBUG | ‘smbv2’ |          0x00 0x61 0x00 0x72 0x00 0x73 0x00 0x73   0x00 0x6F 0x00 0x6E 0x00 0x74 0x00 0x6F  
[SMB2] DEBUG | ‘smbv2’ |          0x00 0x6D 0x00 0x00 0x00
[SMB2] DEBUG | ‘network’ | NETWORK_DataBuffer_writeBytes: Buffered 353 bytes
[SMB2] DEBUG | ‘network’ | NETWORK_processBytes: Consumed frame
[SMB2] DEBUG | ‘network’ | NETWORK_pendingBytes: Pending data in bytes to send: 353
[SMB2] DEBUG | ‘start’ | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | ‘start’ | Write to socket request
[SMB2] DEBUG | ‘network’ | NETWORK_sendBytes: Trying to send 353 bytes
[SMB2] DEBUG | ‘network’ | NETWORK_sendBytes: Successfull send 353 bytes?
[
SMB2] DEBUG | ‘smbv2’ | SMB2_Free: Freed a packet
[SMB2] DEBUG | ‘network’ | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | ‘start’ | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | ‘start’ | Reading from socket request
[SMB2] DEBUG | ‘network’ | _iNETWORK_receiveBytes: Trying to receive 65034 bytes into 0x66212405 from socket 0
[SMB2] DEBUG | ‘network’ | _iNETWORK_receiveBytes: Read 77 bytes
[SMB2] DEBUG | ‘network’ | NETWORK_processBytes: start packet 0x662121F8
[SMB2] DEBUG | ‘smbv2’ | SMB2_Processer: Remaining bytes 77
[SMB2] DEBUG | ‘smbv2’ | SMB2_Processer: Frame length is: 73
[SMB2] DEBUG | ‘smbv2’ | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | ‘network’ | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | ‘smbv2’ | SMB2_Decoder: CHECK IT! Frame length is: 73
[SMB2] INFO | ‘smbv2’ | SMB2_Decoder: Decoding SessionSetup Reponse Message 1
[SMB2] ERROR | ‘smbv2’ | decodeSessionSetupResponse: Going to allaocte 77 bytes
 
kernel 54.30 
(1.1.2021) AmigaOne X5000 release 
Machine model
: 9 (AmigaOne X5000/20) 
Dump of context at 0xEFDB5000 
Trap type
: DSI exception 
DSISR
: 00800000  DAR: 00006625 
No matching page found 
Machine State 
(raw): 0x0002F030 
Machine State 
(verbose): [Critical Ints on] [ExtInt on] [User] [IAT on] [DAT on]  
Instruction pointer: in module kernel+0x00033438 (0x01833438) 
Crashed process: rea:smbv2/smbv2.debug (0x697634A0) 
DSI verbose error description: Access to address 0x00006625 not allowed by page protection in user state (protection violation) 
Access was a store operation 
Exception Syndrome Register
: 0x00800000  
0
: 0184ABB0 66BF89D0 00000002 6991A890 6991AFDC 00000000 00000050 66BF8AA0  
8
: FFFFFFFF 00006621 6991AFDC 66BF89F8 3B553959 6D411850 6D28D8F0 00000001 
16
: 6D5DF410 EFE17F00 6709D010 00000000 0215B136 02150000 02150000 02008418 
24: 022BECC2 02150000 EFFF9054 00000000 6991AFDC 6991AFD0 EFFF9010 0215A968 
CR
: 95553595   XER: 8000007E  CTR: 01833418  LR: 0184AA78


I had this once, and figure out that before AllocVecTags fails, i previously allocated memory with less size than expected
and wrote over the allocated space, which seems to disturb AllocVecTags during the following call. I can not see that i'm
still doing it. So what else can make AllocVecTags fails?

The source is avaible here.

If anyoue want to know what the programm is inteded to do at some point: Currently it aim is it to implement the
authentication procedure for a smbv2 client.

Go to top
Re: Strange AllocVec Problem
Just can't stay away
Just can't stay away


See User information
@MigthyMax

Hi, just recompied under AOS4, build it fine (Wohuu)
and the tried to run from shell:
#smbv2.debug 192.168.1.58
_NTLMSSP_alloc_NegotiateMessage: Going to allocate 40 bytes
_NTLMSSP_alloc_NegotiateMessage: Successfull allocated at 0x68d84900 size 40
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0020 00 00 00 00 00 00 00 00 ........
_NTLMSSP_alloc_NegotiateMessage: Successfull populated memory at 0x68d84900 size 40
0000 4E 54 4C 4D 53 53 50 00 01 00 00 00 35 82 08 E2 NTLMSSP.....5...
0010 00 00 00 00 28 00 00 00 00 00 00 00 28 00 00 00 ....(.......(...
0020 35 0E 00 00 00 00 00 0F 5.......
FEFECAFEFEFECAFEFEFECAFEFEFECAFEFEFECAFEFEFECAFEFEFECAFEFEFECAFE#

My SMB2 shared object is a Windows10 machine sharing a plain folder (called SHARED), seems nothing shows/happens, and pressed CTRL+C, got those FEFECAFE (unfreed' signals or data?)
Can be a (small) stack issue?

Serial output::
Nuevo proceso Shell 12
#APPDIR:Sashimi 
Sashimi installed ([Ctrl]+C or "Break 12" to remove)
...
[
_impl_InitResident] Initializing native autoinit amisslmaster.library V4, priority 0
[_impl_AddLibrary] Adding library amisslmaster.library to the system
[_impl_InitResident] amisslmaster.library V4 initialized
[_impl_InitResident] Initializing native autoinit amissl_v111m.library V4, priority 0
[_impl_AddLibrary] Adding library amissl_v111m.library to the system
[_impl_InitResident] amissl_v111m.library V4 initialized
[SMB2] INFO | 'start' | Socket created: 0
[SMB2] INFO | 'start' | Host name: 192.168.1.58
[SMB2] INFO | 'start' | Host port: 445
[_impl_InitResident] Initializing native autoinit uuid.library V1, priority 0
[_impl_AddLibrary] Adding library uuid.library to the system
[_impl_InitResident] uuid.library V1 initialized
[_impl_AddTask] Adding Task 0x69722df0, RANDOM/Random-Handler 52.1  (0x6a5f4c80)
[
SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67fc41f8
[SMB2] DEBUG | 'network' |      Start address 0x67fc4210
[SMB2] DEBUG | 'network' |      End address 0x67fd420f, capacity 65535
[SMB2] DEBUG | 'network' |      Read address 0x67fc4210, Write address 0x67fc4210, available 0 bytes
[SMB2] DEBUG | 'network' |      Is Empty
[
SMB2] INFO | 'start' | Host uuid: 01feaa8b-0baf-4164-b675-0ed3a51c6138
[SMB2] INFO | 'start' | Connecting to '192.168.1.58:445'...
[
SMB2] DEBUG | 'start' | Socket connected
[SMB2] DEBUG | 'start' | Configured keep Alive
[SMB2] DEBUG | 'start' | Configured TCP No delay
[SMB2] DEBUG | 'smbv2' | Negotiate Protocol Request:
[
SMB2] DEBUG | 'smbv2' |        SMB2 Header [Request]:
[
SMB2] DEBUG | 'smbv2' |                ProtocolId: 0xfe534d42
[SMB2] DEBUG | 'smbv2' |                Header Length: 64
[SMB2] DEBUG | 'smbv2' |                Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |                Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |                        Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |                        Defined by: Customer
[SMB2] DEBUG | 'smbv2' |                Command: Negotiate protocol
[SMB2] DEBUG | 'smbv2' |                Credit requested: 126
[SMB2] DEBUG | 'smbv2' |                Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |                Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |                Message ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |                Process Id: 00000000
[SMB2] DEBUG | 'smbv2' |                Tree Id: 00000000
[SMB2] DEBUG | 'smbv2' |                Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |                Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |        StructureSize: 0x0024
[SMB2] DEBUG | 'smbv2' |                Fixed Length Part:  18
[SMB2] DEBUG | 'smbv2' |                Dynamic Part: False
[SMB2] DEBUG | 'smbv2' |        Dialect Count: 1
[SMB2] DEBUG | 'smbv2' |        SecurityMode: 0x01
[SMB2] DEBUG | 'smbv2' |                Signing enabled: True
[SMB2] DEBUG | 'smbv2' |                Signing required: False
[SMB2] DEBUG | 'smbv2' |        Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |        Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |                DFS: False
[SMB2] DEBUG | 'smbv2' |                LEASING: False
[SMB2] DEBUG | 'smbv2' |                LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |                MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |                PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |                DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |                ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |        Client Guid: 8baafe01-af0b-6441-b675-0ed3a51c6138
[SMB2] DEBUG | 'smbv2' |        smb2:
[
SMB2] DEBUG | 'smbv2' |                ClientStartTime: TODO
[SMB2] DEBUG | 'smbv2' |        smbVx311:
[
SMB2] DEBUG | 'smbv2' |                NegotiateContextOffset: 0x00000000
[SMB2] DEBUG | 'smbv2' |                NegotiateContextCount: 0x00
[SMB2] DEBUG | 'smbv2' |                Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |        Dialect (0x202):
[
SMB2] DEBUG | 'network' | NETWORK_DataBuffer_writeBytes: Buffered 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 108
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Write to socket request
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Trying to send 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Successfull send 108 bytes?
[
SMB2] DEBUG | 'smbv2' | SMB2_Free: Freed a packet
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 65535 bytes into 0x67fc4210 from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 452 bytes
[SMB2] DEBUG | 'network' | NETWORK_processBytes: start packet 0x67fc41f8
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Remaining bytes 452
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame length is: 448
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: CHECK IT! Frame length is: 448
[SMB2] INFO | 'smbv2' | SMB2_Decoder: Decoding Negotiate Reponse Message 0
[SMB2] DEBUG | 'smbv2' | Negotiate Protocol Response:
[
SMB2] DEBUG | 'smbv2' |        SMB2 Header [Response]:
[
SMB2] DEBUG | 'smbv2' |                ProtocolId: 0xfe534d42
[SMB2] DEBUG | 'smbv2' |                Header Length: 64
[SMB2] DEBUG | 'smbv2' |                Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |                Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |                        Serverity: Sucess
[SMB2] DEBUG is pdu is NOT SIGNED
[SMB2] DEBUG | 'smbv2' |                This pdu does NOT contain a PRIORITY
[SMB2] DEBUG | 'smbv2' |                This is a normal operation
[SMB2] DEBUG | 'smbv2' |                This is NOT a REPLAY operatio
[SMB2] DEBUG | 'smbv2' |                Next command/chain offset: 0
[SMBB2] DEBUG | 'spnego' |               0x4e 0x54 0x4c 0x4d 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x35 0x82 0x08 0xe2  
[SMB2] DEBUG | 'spnego' |                0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |                0x35|          Session ID: 0x TODO
[SMB2] DEBUG | 'smbv2' |                Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |        StructureSize: 0x0019
[SMB2] DEBUG | 'smbv2' |                Fixed Length Part:  12
[SMB2] DEBUG | 'smbv2' |                Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |        Flags: 0x00
[SMBFO | 'ntlm' |               Build:  0
[SMB2] INFO | 'ntlm' |          NTLM Current Revision: 0
[SMB2] INFO | 'ntlm' |  MIC:
[
SMB2] INFO | 'ntlm' |           0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'ntlm' |          0x4e 0x54 0x4c 0xbe 0x80 0x23   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |                0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |                0x0a 0x9c 0x27 0xda 0x77 0x03 0x4f 0xc6   0xce 0xfc 0x09 EBUG | 'spnego' |      0x1b 0xc6 0x66 0xd8 0x01 0x22 0xf0 0x91   0xf4 0xad 0x52 0x08 0xb7 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |        0x00 0x03 0x00 0x1e 0x00 0x44 0x00 0x45   0x00 0x53 0x00 0x4b 0x00 0x54 0x00 0x4f  
[SMB2] DEBUG | 'spnego' |        0x00 0x50 0x 0x0c 0x04 0x82 0x01  
[SMB2] DEBUG | 'smbv2' |                 0x08 0x4e 0x54 0x4c 0x4d 0x53 0x53 0x50   0x00 0x03 0x00 0x00 0x00 0x18 0x00 0x18  
[SMB2] DEBUG | 'smbv2' |                 0x00 0x68 0x00 0x00 0x00 0x52 0x00 0x52   0x00 0x80 0x00 0x00 0x00 0x1e 0x00 0x1e  
[SMB2] DEailed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG eady descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROwork' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from Wai _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bror code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' ket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORKt 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pt 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0 into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEdy descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR t 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_part' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket requeeBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Readinnetwork' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMBiled with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG |SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading dy descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR ket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORKng from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading dETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
steBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Readint 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_p2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receing from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading d'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network't
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unkno0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] UG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveByteh 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 byt 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: TeBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Readin
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'startWake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWO DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORKdy descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR [SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start'eBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Readineady descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERRO DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: T 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: T'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network'ngBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 byt'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network'uest
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with undy descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR 2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWOdescriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
EBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'n failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUeBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading EBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
neive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error cBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_pr1 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] EDEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -ror code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
networrk' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | '
network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERtwork' 
| _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading dat1 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] Ees into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] k' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | '
start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSetart' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket requt with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read K_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | Nd with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'np from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | '
network' | _iNETWORK_rec 'start' | Reading failed with error code -4
[SMB2] DEBUG | '
network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket r 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | '
start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | '
start' | Reading from socket request
[SMB2] DEBUG | '
network' | _iNETWORK_receiveBytes: Tk' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying tody descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR ytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendy descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR ror code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with errod with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2]data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptg from socket request
...
[
SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 64736 bytes into 0x67fc452f from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 0 bytes
[SMB2] ERROR | 'network' | NETWORK_processBytes: Reading data failed with unknown error code
[SMB2] ERROR | 'start' | Reading failed with error code -4
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0xffffffff ready descriptors
[SMB2] INFO | 'network' | NETWORK_getErrorNumber: CTRL-C detected

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@jabirulo

Thanks for trying out.

But investigation your output it seems that my program cannot handle the initial response from your server. I test against a mac computer. I will see if i can upgrade the implementation, to handle the response. Than we can see if it progress further with your setup.

Might it be possible, that you can capture the network traffic with wireshark on your Win10 machine, and give it to me?

Go to top
Re: Strange AllocVec Problem
Just can't stay away
Just can't stay away


See User information
@MigthyMax

if it's as simple as runnig wireshark on the win10 laptop?

1)run wireshark on win10 laptop
2)launch smb2 <IP_laptop>
3)wait a couple of seconds and CTRL+C

Will this be enough?

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@jabirulo

Yes. You only need to select the network card, where the traffic runs through. And don't forget to actually start the capturing in wireshark.

Go to top
Re: Strange AllocVec Problem
Home away from home
Home away from home


See User information
@MigthyMax

Quote:

So what else can make AllocVecTags fails?


AllocVecTags can fail for a number of reasons, the most obvious being insufficient memeory to meet the request. (that could be due to an overall lack of memory or due to memory fragmentations or asking for something very specific (an unssuported alignment maybe).

You should ALWAYS test the result for success and fail gracefully if possible if it fails.

Go to top
Re: Strange AllocVec Problem
Just can't stay away
Just can't stay away


See User information
@MigthyMax

ok dunnot if I did it right, but here is wireshark log:

http://jabirulo.byethost13.com/temp/wireshark.pcapng.gz

captured from my win10 laptop (had to install npcap).

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@broadblues

Quote:
AllocVecTags can fail for a number of reasons, the most obvious being insufficient memeory to meet the request.
(that could be due to an overall lack of memory or due to memory fragmentations or asking for something very specific
(an unssuported alignment maybe). You should ALWAYS test the result for success and fail gracefully if possible if it
fails.


I have 2GB Ram and i test it just after a fresh restart, so i don't think that lack of memory or fragmentation paly a
role. Furthermore on my machine the allocations made up till the crash. Each is less than 1024 bytes (and only around
6 allocations) and one or two bigger chunks around 65KB.

And you are right that the return result should be checked. If did checked it, i just forgot about it. If you see a
something in the code, please let me know.

But the crash seems to be in AllocVecTags, thus it just returns nothing, which can be checked.And that drives my crazy.
I think i'm accidentally poking in memory location, which i shouldn't. But my C skills aren't that good, that i
immediately see such places.

Go to top
Re: Strange AllocVec Problem
Home away from home
Home away from home


See User information
@MigthyMax

Usually when strange things happen, its just before the crash that caused it.

Once memory corruption has happened, the OS can freeze or crash at any place, good practice is set pointer to NULL, after freeing it, or else you can be writing to random place in memory, and its wherry hard to debug.

I often write a small macro like this.

// safe free macro
#define sf(fn,ptr) if (ptr) { fn(ptr); ptr = NULL; } else { printf("ptr was freed before, or never allocated\n"); }

void free_All()
{
   
sf(free,str);
   
sf(FreeVec,mem);
   
sf(FreeBitMap,my_bitmap);
}


Boundary check macros can also be useful, when writing to pointer, you change to something more efficient when it works.

#define sw(ptr,value,line,fn) if (((ptr)<__min_ptr) | ((ptr)>__max_ptr)) { printf(“%d:%s: ptr is outside of limit\n”,line,fn); } else { *(ptr) = (value); }

Ptr+=4; // 
sw(__FUNCTION__,__LINE__, ptr,value);


when allocated with malloc() or alloca(), it should not be freed with FreeVec(), make sure you know how it was allocated.

Monitor your memory usage at all times, you can’t afford to have memory leaks in AmigaOS4.x programs.


Edited by LiveForIt on 2022/5/16 8:45:55
Edited by LiveForIt on 2022/5/16 8:47:17
Edited by LiveForIt on 2022/5/16 8:51:34
Edited by LiveForIt on 2022/5/16 8:55:17
Edited by LiveForIt on 2022/5/16 8:56:58
Edited by LiveForIt on 2022/5/16 8:58:27
Edited by LiveForIt on 2022/5/16 8:58:57
Edited by LiveForIt on 2022/5/16 9:09:27
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@jabirulo

Thanks for the wireshark capturing. I will used it to improve the communication with other servers,

@LiveForIt

Thanks for idea with the macros.

Quote:
Monitor your memory usage at all times, you can’t afford to have memory leaks in AmigaOS4.x programs.


You are completely right. That's is way i want to really understand whats going wrong. I think one way would be to really debug the stuff on premises. But the spotless debugger from os4depot doesn't work for me. And the latest release from the Spotless debugger thread here on amigans, isn't accessible anymore. I Hope alfkil will soon release a version general available. And the GDB debugger, there I miss a little graphical support, plain text based interface is way out for me.

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@all

Thanks for all the input and hints. I'm have probably found thousand of bugs. But no found bug completely eliminates the "AllocVec" crash. It still comes up.

But if it doesn't crash, i can authenticate against all my SMB server, for which i have access to.

If anyone want to try, please download the binary here https://drive.google.com/file/d/1dZaFw ... 4K_iJBK5/view?usp=sharing , but be aware it is still buggy!! Use at your own risk.

Any feedback is welcome, so i can improve the implementation.

The binary now requires that you supplied all related information on the command line like this:

smbv2.debug SERVER=<ip/dns> SHARE=<sharename> USER=<username> PASSWORD=<clear text password>

Go to top
Re: Strange AllocVec Problem
Just can't stay away
Just can't stay away


See User information
@MigthyMax

#ram:smbv2.debug SERVER=192.168.1.58 SHARE=SHARED USER=xxx PASSWORD=xxx
Connecting to '192.168.1.58:445'...connected
Negotiating dialect....accepted by server


but nothing more ¿:-/
Windows 10 machine and on amiga serial ouput I get lots of:
...
[SMB2] DEBUG | 'smbv2' | 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe
[SMBx00 0x00
[SMB2] DEBUG | 'smbv2' | 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00
[SMB2] DEBUG | 'smbv2' | 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00 0x2a 0x00 0x00 0x00
[SMB2] DEBUG | 'smbv2 0xfe 0xca 0xfe
[SMB2] DEBUG | 'smbv2' | 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe
[SMB2] DEBUG | 'smbv2' | 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe 0xfe 0xfe 0xca 0xfe
[SMB2] DEBUG |fe 0xca 0xfe 0xfe 0xfe 0xca 0xfe
..

EDIT: added some more serial output
[ColdStart] 9mExecSG
[ColdStart] Copyright (c) 2002-2022 Trevor Dickinson
[ColdStart] exec 54.52 (15.6.2022)
[
ColdStart] Kernel commandline: debuglevel=4 SERIAL MUNGE
[ColdStart] Debug level: 4
[mem_enable_munge] *** Warning: Memory munging enabled for malloc/free emulation
[HAL_InitCPU] CPU: ppc460ex
...
[
_impl_AddLibrary] Adding library amisslmaster.library to the system
[_impl_InitResident] amisslmaster.library V5 initialized
[_impl_InitResident] Initializing native autoinit amissl_v111m.library V4, priority 0
[_impl_AddLibrary] Adding library amissl_v111m.library to the system
[_impl_InitResident] amissl_v111m.library V4 initialized
[SMB2] INFO | 'start' | Socket created: 0
[SMB2] INFO | 'start' | Server name: 192.168.1.58
[SMB2] INFO | 'start' | Server port: 445
[SMB2] INFO | 'start' | Host name: sam460ex
[_impl_InitResident] Initializing native autoinit uuid.library V1, priority 0
[_impl_AddLibrary] Adding library uuid.library to the system
[_impl_InitResident] uuid.library V1 initialized
[_impl_AddTask] Adding Task 0x67F24B40, RANDOM/Random-Handler 52.1  (0x6BF8BC90)
[
SMB2] ERROR | 'smbv2' | SMB_connect: generated GUID/UUID '0b76e040-79a1-4714-9e51-7bd289094baf'
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B01210, Write address 0x67B01210, available 0 bytes
[SMB2] DEBUG | 'network' |     Is Empty
[
SMB2] INFO | 'start' | Connecting to '192.168.1.58:445'...
[
SMB2] DEBUG | 'start' | Socket connected
[SMB2] DEBUG | 'start' | Configured keep Alive
[SMB2] DEBUG | 'start' | Configured TCP No delay
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B01210, Write address 0x67B01210, available 0 bytes
[SMB2] DEBUG | 'network' |     Is Empty
[
SMB2] DEBUG | 'smbv2' | Negotiate Protocol Request:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Request]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Negotiate protocol
[SMB2] DEBUG | 'smbv2' |         Credit requested: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x0000000000000000
[SMB2] DEBUG | 'smbv2' |         Process Id: 0x6A675200
[SMB2] DEBUG | 'smbv2' |         Tree Id: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x0000000000000000
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0024
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part: 18
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: False
[SMB2] DEBUG | 'smbv2' |     Dialect Count: 1
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x01
[SMB2] DEBUG | 'smbv2' |         Signing enabled: True
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     Client Guid: 40e0760b-a179-1447-9e51-7bd289094baf
[SMB2] DEBUG | 'smbv2' |     smb2:
[
SMB2] DEBUG | 'smbv2' |         ClientStartTime: TODO
[SMB2] DEBUG | 'smbv2' |     smbVx311:
[
SMB2] DEBUG | 'smbv2' |         NegotiateContextOffset: 0x00000000
[SMB2] DEBUG | 'smbv2' |         NegotiateContextCount: 0x00
[SMB2] DEBUG | 'smbv2' |         Reserved: 0x00
[SMB2] DEBUG | 'smbv2' |     Dialect (0x202):
[
SMB2] DEBUG | 'network' | NETWORK_DataBuffer_writeBytes: Buffered 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 108
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Write to socket request
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Trying to send 108 bytes
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Successfull send 108 bytes?
[
SMB2] DEBUG | 'smbv2' | SMB2_Free: Freed a packet
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B01210, Write address 0x67B01210, available 0 bytes
[SMB2] DEBUG | 'network' |     Is Empty
[
SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 65535 bytes into 0x67B01210 from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 452 bytes
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B01210, Write address 0x67B013D4, available 452 bytes
[SMB2] DEBUG | 'network' |          0x00 0x00 0x01 0xC0 0xFE 0x53 0x4D 0x42   0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x01 0x00 0x01 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x00 0x52 0x67 0x6A   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x41 0x00 0x01 0x00   0x02 0x02 0x00 0x00 0xA7 0x9C 0x13 0x06  
[SMB2] DEBUG | 'network' |          0x7D 0xD1 0x8C 0x49 0x81 0x30 0x71 0x78   0x32 0x6F 0xBD 0xFC 0x01 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x01 0x00 0x00 0x00 0x01 0x00   0x00 0x00 0x01 0x00 0xE0 0x5C 0x8D 0x25  
[SMB2] DEBUG | 'network' |          0x26 0x8A 0xD8 0x01 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x80 0x00 0x40 0x01  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x60 0x82 0x01 0x3C   0x06 0x06 0x2B 0x06 0x01 0x05 0x05 0x02  
[SMB2] DEBUG | 'network' |          0xA0 0x82 0x01 0x30 0x30 0x82 0x01 0x2C   0xA0 0x1A 0x30 0x18 0x06 0x0A 0x2B 0x06  
[SMB2] DEBUG | 'network' |          0x01 0x04 0x01 0x82 0x37 0x02 0x02 0x1E   0x06 0x0A 0x2B 0x06 0x01 0x04 0x01 0x82  
[SMB2] DEBUG | 'network' |          0x37 0x02 0x02 0x0A 0xA2 0x82 0x01 0x0C   0x04 0x82 0x01 0x08 0x4E 0x45 0x47 0x4F  
[SMB2] DEBUG | 'network' |          0x45 0x58 0x54 0x53 0x01 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x70 0x00 0x00 0x00 0x2A 0xB6 0x1B 0xCF   0x8A 0x77 0x1F 0xCF 0x43 0x39 0xBA 0x8A  
[SMB2] DEBUG | 'network' |          0xF1 0xDD 0x0B 0x16 0x0F 0x2D 0x1B 0xC8   0xA6 0x69 0x5A 0x59 0x02 0x6B 0x47 0x2E  
[SMB2] DEBUG | 'network' |          0x43 0xA9 0xD3 0x8B 0x6F 0xD9 0xF9 0x68   0x55 0xDC 0xBC 0xDD 0x21 0x4A 0xFF 0x5D  
[SMB2] DEBUG | 'network' |          0x24 0x50 0xCE 0x23 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x5C 0x33 0x53 0x0D  
[SMB2] DEBUG | 'network' |          0xEA 0xF9 0x0D 0x4D 0xB2 0xEC 0x4A 0xE3   0x78 0x6E 0xC3 0x08 0x4E 0x45 0x47 0x4F  
[SMB2] DEBUG | 'network' |          0x45 0x58 0x54 0x53 0x03 0x00 0x00 0x00   0x01 0x00 0x00 0x00 0x40 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x98 0x00 0x00 0x00 0x2A 0xB6 0x1B 0xCF   0x8A 0x77 0x1F 0xCF 0x43 0x39 0xBA 0x8A  
[SMB2] DEBUG | 'network' |          0xF1 0xDD 0x0B 0x16 0x5C 0x33 0x53 0x0D   0xEA 0xF9 0x0D 0x4D 0xB2 0xEC 0x4A 0xE3  
[SMB2] DEBUG | 'network' |          0x78 0x6E 0xC3 0x08 0x40 0x00 0x00 0x00   0x58 0x00 0x00 0x00 0x30 0x56 0xA0 0x54  
[SMB2] DEBUG | 'network' |          0x30 0x52 0x30 0x27 0x80 0x25 0x30 0x23   0x31 0x21 0x30 0x1F 0x06 0x03 0x55 0x04  
[SMB2] DEBUG | 'network' |          0x03 0x13 0x18 0x54 0x6F 0x6B 0x65 0x6E   0x20 0x53 0x69 0x67 0x6E 0x69 0x6E 0x67  
[SMB2] DEBUG | 'network' |          0x20 0x50 0x75 0x62 0x6C 0x69 0x63 0x20   0x4B 0x65 0x79 0x30 0x27 0x80 0x25 0x30  
[SMB2] DEBUG | 'network' |          0x23 0x31 0x21 0x30 0x1F 0x06 0x03 0x55   0x04 0x03 0x13 0x18 0x54 0x6F 0x6B 0x65  
[SMB2] DEBUG | 'network' |          0x6E 0x20 0x53 0x69 0x67 0x6E 0x69 0x6E   0x67 0x20 0x50 0x75 0x62 0x6C 0x69 0x63  
[SMB2] DEBUG | 'network' |          0x20 0x4B 0x65 0x79
[SMB2] DEBUG | 'network' | NETWORK_processBytes: start packet 0x67B011F8
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Remaining bytes 452
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame length is: 448
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: header address 0x67F8DB60
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: CHECK IT! Frame length is: 448
[SMB2] INFO | 'smbv2' | SMB2_Decoder: Decoding Negotiate Reponse Message 'SMB2_COMMAND_NEGOTIATE' (0)
[
SMB2] DEBUG | 'smbv2' | decodeNegotiateResponse: header address 0x67F8DB60
[SMB2] DEBUG | 'smbv2' | Negotiate Protocol Response:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Response]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Negotiate protocol
[SMB2] DEBUG | 'smbv2' |         Credit granted: 1
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000001
[SMB2] DEBUG | 'smbv2' |         This is a REQUEST
[SMB2] DEBUG | 'smbv2' |         This is a SYNC command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT a CHAINED command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT SIGNED
[SMB2] DEBUG | 'smbv2' |         This pdu does NOT contain a PRIORITY
[SMB2] DEBUG | 'smbv2' |         This is a normal operation
[SMB2] DEBUG | 'smbv2' |         This is NOT a REPLAY operation
[SMB2] DEBUG | 'smbv2' |         Next command/chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x0000000000000000
[SMB2] DEBUG | 'smbv2' |         Process Id: 0x6A675200
[SMB2] DEBUG | 'smbv2' |         Tree Id: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x0000000000000000
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0041
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part: 32
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x01
[SMB2] DEBUG | 'smbv2' |         Signing enabled: True
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     DialectRevision: (0x202):
[
SMB2] DEBUG | 'smbv2' |     NegotiateConextCount: 0
[SMB2] DEBUG | 'smbv2' |     ServerGuid: a79c1306-7dd1-8c49-8130-7178326fbdfc
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000001
[SMB2] DEBUG | 'smbv2' |         DFS: True
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     MaxTransactSize: 65536
[SMB2] DEBUG | 'smbv2' |     MaxReadSize: 65536
[SMB2] DEBUG | 'smbv2' |     MaxWriteSize: 65536
[SMB2] DEBUG | 'smbv2' |     SystemTime: TODO
[SMB2] DEBUG | 'smbv2' |     ServerStartTime: TODO
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 128 | 0x00000080
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 320
[SMB2] DEBUG | 'smbv2' |     NegotiateContextOffset: 0x00000000
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 320 at 0x67D7E444):
[
SMB2] DEBUG | 'smbv2' |          0x60 0x82 0x01 0x3C 0x06 0x06 0x2B 0x06   0x01 0x05 0x05 0x02 0xA0 0x82 0x01 0x30  
[SMB2] DEBUG | 'smbv2' |          0x30 0x82 0x01 0x2C 0xA0 0x1A 0x30 0x18   0x06 0x0A 0x2B 0x06 0x01 0x04 0x01 0x82  
[SMB2] DEBUG | 'smbv2' |          0x37 0x02 0x02 0x1E 0x06 0x0A 0x2B 0x06   0x01 0x04 0x01 0x82 0x37 0x02 0x02 0x0A  
[SMB2] DEBUG | 'smbv2' |          0xA2 0x82 0x01 0x0C 0x04 0x82 0x01 0x08   0x4E 0x45 0x47 0x4F 0x45 0x58 0x54 0x53  
[SMB2] DEBUG | 'smbv2' |          0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x60 0x00 0x00 0x00 0x70 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x2A 0xB6 0x1B 0xCF 0x8A 0x77 0x1F 0xCF   0x43 0x39 0xBA 0x8A 0xF1 0xDD 0x0B 0x16  
[SMB2] DEBUG | 'smbv2' |          0x0F 0x2D 0x1B 0xC8 0xA6 0x69 0x5A 0x59   0x02 0x6B 0x47 0x2E 0x43 0xA9 0xD3 0x8B  
[SMB2] DEBUG | 'smbv2' |          0x6F 0xD9 0xF9 0x68 0x55 0xDC 0xBC 0xDD   0x21 0x4A 0xFF 0x5D 0x24 0x50 0xCE 0x23  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x60 0x00 0x00 0x00 0x01 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00   0x5C 0x33 0x53 0x0D 0xEA 0xF9 0x0D 0x4D  
[SMB2] DEBUG | 'smbv2' |          0xB2 0xEC 0x4A 0xE3 0x78 0x6E 0xC3 0x08   0x4E 0x45 0x47 0x4F 0x45 0x58 0x54 0x53  
[SMB2] DEBUG | 'smbv2' |          0x03 0x00 0x00 0x00 0x01 0x00 0x00 0x00   0x40 0x00 0x00 0x00 0x98 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0x2A 0xB6 0x1B 0xCF 0x8A 0x77 0x1F 0xCF   0x43 0x39 0xBA 0x8A 0xF1 0xDD 0x0B 0x16  
[SMB2] DEBUG | 'smbv2' |          0x5C 0x33 0x53 0x0D 0xEA 0xF9 0x0D 0x4D   0xB2 0xEC 0x4A 0xE3 0x78 0x6E 0xC3 0x08  
[SMB2] DEBUG | 'smbv2' |          0x40 0x00 0x00 0x00 0x58 0x00 0x00 0x00   0x30 0x56 0xA0 0x54 0x30 0x52 0x30 0x27  
[SMB2] DEBUG | 'smbv2' |          0x80 0x25 0x30 0x23 0x31 0x21 0x30 0x1F   0x06 0x03 0x55 0x04 0x03 0x13 0x18 0x54  
[SMB2] DEBUG | 'smbv2' |          0x6F 0x6B 0x65 0x6E 0x20 0x53 0x69 0x67   0x6E 0x69 0x6E 0x67 0x20 0x50 0x75 0x62  
[SMB2] DEBUG | 'smbv2' |          0x6C 0x69 0x63 0x20 0x4B 0x65 0x79 0x30   0x27 0x80 0x25 0x30 0x23 0x31 0x21 0x30  
[SMB2] DEBUG | 'smbv2' |          0x1F 0x06 0x03 0x55 0x04 0x03 0x13 0x18   0x54 0x6F 0x6B 0x65 0x6E 0x20 0x53 0x69  
[SMB2] DEBUG | 'smbv2' |          0x67 0x6E 0x69 0x6E 0x67 0x20 0x50 0x75   0x62 0x6C 0x69 0x63 0x20 0x4B 0x65 0x79
[SMB2] INFO | 'smbv2' | SMB2_Consumer: Consume Negotiate Reponse Message 0
[SMB2] DEBUG | 'smbv2' | SMB2_Consumer: SMBv2 calling (gss_init_sec) desired GSS Mechanism 'SPNEGO' with context handle 0x689F0094 with value 0x00000000
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Context handle is NO_CONTEXT
[SMB2] DEBUG | 'mech' | _gss_find_mech: Searching for OID: '1.3.6.1.5.5.2'...found: 1.3.6.1.5.5.2
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: GSS-API calling (init_sec) selected GSS Mechanism '1.3.6.1.5.5.2' with context handle 0x67F6F84C with value 0x00000000
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext:  Context is present
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: No input token, created initial token
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Offer MechType '1.3.6.1.4.1.311.2.2.10'
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Created Mecthtype
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Converted text to oid
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: mech list size 1
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: Optimistic mechanism '1.3.6.1.4.1.311.2.2.10'
[SMB2] DEBUG | 'spnego' | _SPNEGO_alloc_NegTokenInit: SPNEGO calling (init_sec) optimistic GSS Mechanism '1.3.6.1.4.1.311.2.2.10' with context handle 0x68F28E64 with value 0x00000000
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: begin
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: Got called  with context handle 0x68F28E64 with value 0x00000000
[SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: Negotiate Message (Length 40):
[
SMB2] DEBUG | 'ntlm' | _NTLM_InitSecurityContext: end
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Initial token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenInit
[SMB2] DEBUG | 'spnego' |     mechTypes: 1
[SMB2] DEBUG | 'spnego' |         MechType 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'spnego' |     reqFlags: Not present
[SMB2] DEBUG | 'spnego' |     mechToken: length 40
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x17 0x82 0x08 0xE2  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x06 0x01 0xB0 0x1D 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] INFO | 'spnego' | _SPNEGO_InitSecurityContext: Got an init negotation token
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Processed token:
[
SMB2] DEBUG | 'spnego' | Simple Protected Negotiation:
[
SMB2] DEBUG | 'spnego' |     Type: NegTokenInit
[SMB2] DEBUG | 'spnego' |     mechTypes: 1
[SMB2] DEBUG | 'spnego' |         MechType 1.3.6.1.4.1.311.2.2.10
[SMB2] DEBUG | 'spnego' |     reqFlags: Not present
[SMB2] DEBUG | 'spnego' |     mechToken: length 40
[SMB2] DEBUG | 'spnego' |          0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00   0x01 0x00 0x00 0x00 0x17 0x82 0x08 0xE2  
[SMB2] DEBUG | 'spnego' |          0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |          0x06 0x01 0xB0 0x1D 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'spnego' |     mechListMIC: Not present
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Output buffer supplied
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Response token (Length 64)
[
SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: AllocVecTags succeeded
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encode token
[SMB2] DEBUG | 'spnego' | _SPNEGO_InitSecurityContext: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'spnego' |      0xA0 0x3E 0x30 0x3C 0xA0 0x0E 0x30 0x0C   0x06 0x0A 0x2B 0x06 0x01 0x04 0x01 0x82  
[SMB2] DEBUG | 'spnego' |      0x37 0x02 0x02 0x0A 0xA2 0x2A 0x04 0x28   0x4E 0x54 0x4C 0x4D 0x53 0x53 0x50 0x00  
[SMB2] DEBUG | 'spnego' |      0x01 0x00 0x00 0x00 0x17 0x82 0x08 0xE2   0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00  
[SMB2] DEBUG | 'spnego' |      0x00 0x00 0x00 0x00 0x28 0x00 0x00 0x00   0x06 0x01 0xB0 0x1D 0x00 0x00 0x00 0x00
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Response token (Length 74)
[
SMB2] DEBUG | 'gss-api' |     inner token size 64
[SMB2] DEBUG | 'gss-api' |     oid size 6
[SMB2] DEBUG | 'gss-api' |     complete payload size 74
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Allocation performed
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 0 value: 0x60
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 1 value
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size fits in single byte
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encode response index 2 value after length encoding
 
[SMB2] DEBUG | 'ans1' | _ANS1_DER_encode_length: payload size fits in single byte
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Encoded DER represantaion of token:
[
SMB2] DEBUG | 'gss-api' |      0x60 0x48 0x06 0x06 0x2B 0x06 0x01 0x05   0x05 0x02 0xA0 0x3E 0x30 0x3C 0xA0 0x0E  
[SMB2] DEBUG | 'gss-api' |      0x30 0x0C 0x06 0x0A 0x2B 0x06 0x01 0x04   0x01 0x82 0x37 0x02 0x02 0x0A 0xA2 0x2A  
[SMB2] DEBUG | 'gss-api' |      0x04 0x28 0x4E 0x54 0x4C 0x4D 0x53 0x53   0x50 0x00 0x01 0x00 0x00 0x00 0x17 0x82  
[SMB2] DEBUG | 'gss-api' |      0x08 0xE2 0x00 0x00 0x00 0x00 0x28 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x28 0x00  
[SMB2] DEBUG | 'gss-api' |      0x00 0x00 0x06 0x01 0xB0 0x1D 0x00 0x00   0x00 0x00
[SMB2] DEBUG | 'gss-api' | gss_init_sec_context: Output buffer supplied
[SMB2] DEBUG | 'smbv2' | createSessionSetupRequest: sizeof SMB_Session_Setup_Request 92 ,SMB_Header 68 , sizeof GSSToken 74 , size of Direct Header 4
[SMB2] DEBUG | 'smbv2' | Session Setup Request:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Request]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0x00000000
[SMB2] DEBUG | 'smbv2' |             Serverity: Sucess
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |         Command: Session setup
[SMB2] DEBUG | 'smbv2' |         Credit requested: 126
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Next command/Chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x0000000000000001
[SMB2] DEBUG | 'smbv2' |         Process Id: 0x6A675200
[SMB2] DEBUG | 'smbv2' |         Tree Id: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x0000000000000000
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x0019
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part: 12
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: True
[SMB2] DEBUG | 'smbv2' |     Flags: 0x00
[SMB2] DEBUG | 'smbv2' |     SecurityMode: 0x01
[SMB2] DEBUG | 'smbv2' |         Signing enabled: True
[SMB2] DEBUG | 'smbv2' |         Signing required: False
[SMB2] DEBUG | 'smbv2' |     Capabilities: 0x00000000
[SMB2] DEBUG | 'smbv2' |         DFS: False
[SMB2] DEBUG | 'smbv2' |         LEASING: False
[SMB2] DEBUG | 'smbv2' |         LARGE MTU: False
[SMB2] DEBUG | 'smbv2' |         MULTI CHANNEL: False
[SMB2] DEBUG | 'smbv2' |         PERSISTENS HANDLES: False
[SMB2] DEBUG | 'smbv2' |         DIRECTORY LEASING: False
[SMB2] DEBUG | 'smbv2' |         ENCYRPTION: False
[SMB2] DEBUG | 'smbv2' |     Channel: 0x00000000
[SMB2] DEBUG | 'smbv2' |     Pervious Session Id: TODO
[SMB2] DEBUG | 'smbv2' |     SecurityBufferOffset: 88
[SMB2] DEBUG | 'smbv2' |     SecurityBufferLength: 74
[SMB2] DEBUG | 'smbv2' |     GSS Security BLOB Dump (Length 74 at 0x67F9A42C):
[
SMB2] DEBUG | 'smbv2' |          0x60 0x48 0x06 0x06 0x2B 0x06 0x01 0x05   0x05 0x02 0xA0 0x3E 0x30 0x3C 0xA0 0x0E  
[SMB2] DEBUG | 'smbv2' |          0x30 0x0C 0x06 0x0A 0x2B 0x06 0x01 0x04   0x01 0x82 0x37 0x02 0x02 0x0A 0xA2 0x2A  
[SMB2] DEBUG | 'smbv2' |          0x04 0x28 0x4E 0x54 0x4C 0x4D 0x53 0x53   0x50 0x00 0x01 0x00 0x00 0x00 0x17 0x82  
[SMB2] DEBUG | 'smbv2' |          0x08 0xE2 0x00 0x00 0x00 0x00 0x28 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x28 0x00  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x06 0x01 0xB0 0x1D 0x00 0x00   0x00 0x00
[SMB2] DEBUG | 'network' | NETWORK_DataBuffer_writeBytes: Buffered 166 bytes
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Consumed frame
[SMB2] ERROR | 'start' | Reading failed with error code -1
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 166
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Write to socket request
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Trying to send 166 bytes
[SMB2] DEBUG | 'network' | NETWORK_sendBytes: Successfull send 166 bytes?
[
SMB2] DEBUG | 'smbv2' | SMB2_Free: Freed a packet
[SMB2] DEBUG | 'network' | NETWORK_pendingBytes: Pending data in bytes to send: 0
[SMB2] DEBUG | 'start' | Wake up from WaitSelect with 0x00000001 ready descriptors
[SMB2] DEBUG | 'start' | Reading from socket request
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B013D4, Write address 0x67B013D4, available 0 bytes
[SMB2] DEBUG | 'network' |     Is Empty
[
SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Trying to receive 65083 bytes into 0x67B013D4 from socket 0
[SMB2] DEBUG | 'network' | _iNETWORK_receiveBytes: Read 347 bytes
[SMB2] DEBUG | 'network' | Dump read packet structure at address 0x67B011F8
[SMB2] DEBUG | 'network' |     Start address 0x67B01210, End address 0x67B1120F, capacity 65535
[SMB2] DEBUG | 'network' |     Read address 0x67B013D4, Write address 0x67B0152F, available 347 bytes
[SMB2] DEBUG | 'network' |          0x00 0x00 0x01 0x57 0xFE 0x53 0x4D 0x42   0x40 0x00 0x00 0x00 0x16 0x00 0x00 0xC0  
[SMB2] DEBUG | 'network' |          0x01 0x00 0x01 0x00 0x01 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x01 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x00 0x52 0x67 0x6A   0x00 0x00 0x00 0x00 0x11 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x38 0x02 0x00 0x00 0x00 0x00 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x09 0x00 0x00 0x00   0x48 0x00 0x0F 0x01 0xA1 0x82 0x01 0x0B  
[SMB2] DEBUG | 'network' |          0x30 0x82 0x01 0x07 0xA0 0x03 0x0A 0x01   0x01 0xA1 0x0C 0x06 0x0A 0x2B 0x06 0x01  
[SMB2] DEBUG | 'network' |          0x04 0x01 0x82 0x37 0x02 0x02 0x0A 0xA2   0x81 0xF1 0x04 0x81 0xEE 0x4E 0x54 0x4C  
[SMB2] DEBUG | 'network' |          0x4D 0x53 0x53 0x50 0x00 0x02 0x00 0x00   0x00 0x1E 0x00 0x1E 0x00 0x38 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x15 0x82 0x8A 0xE2 0xE2 0x9C 0x8D   0x08 0xDC 0xAB 0x29 0xA2 0x00 0x00 0x00  
[SMB2] DEBUG | 'network' |          0x00 0x00 0x00 0x00 0x00 0x98 0x00 0x98   0x00 0x56 0x00 0x00 0x00 0x0A 0x00 0x61  
[SMB2] DEBUG | 'network' |          0x4A 0x00 0x00 0x00 0x0F 0x44 0x00 0x45   0x00 0x53 0x00 0x4B 0x00 0x54 0x00 0x4F  
[SMB2] DEBUG | 'network' |          0x00 0x50 0x00 0x2D 0x00 0x39 0x00 0x54   0x00 0x42 0x00 0x4D 0x00 0x34 0x00 0x4A  
[SMB2] DEBUG | 'network' |          0x00 0x46 0x00 0x02 0x00 0x1E 0x00 0x44   0x00 0x45 0x00 0x53 0x00 0x4B 0x00 0x54  
[SMB2] DEBUG | 'network' |          0x00 0x4F 0x00 0x50 0x00 0x2D 0x00 0x39   0x00 0x54 0x00 0x42 0x00 0x4D 0x00 0x34  
[SMB2] DEBUG | 'network' |          0x00 0x4A 0x00 0x46 0x00 0x01 0x00 0x1E   0x00 0x44 0x00 0x45 0x00 0x53 0x00 0x4B  
[SMB2] DEBUG | 'network' |          0x00 0x54 0x00 0x4F 0x00 0x50 0x00 0x2D   0x00 0x39 0x00 0x54 0x00 0x42 0x00 0x4D  
[SMB2] DEBUG | 'network' |          0x00 0x34 0x00 0x4A 0x00 0x46 0x00 0x04   0x00 0x1E 0x00 0x44 0x00 0x45 0x00 0x53  
[SMB2] DEBUG | 'network' |          0x00 0x4B 0x00 0x54 0x00 0x4F 0x00 0x50   0x00 0x2D 0x00 0x39 0x00 0x54 0x00 0x42  
[SMB2] DEBUG | 'network' |          0x00 0x4D 0x00 0x34 0x00 0x4A 0x00 0x46   0x00 0x03 0x00 0x1E 0x00 0x44 0x00 0x45  
[SMB2] DEBUG | 'network' |          0x00 0x53 0x00 0x4B 0x00 0x54 0x00 0x4F   0x00 0x50 0x00 0x2D 0x00 0x39 0x00 0x54  
[SMB2] DEBUG | 'network' |          0x00 0x42 0x00 0x4D 0x00 0x34 0x00 0x4A   0x00 0x46 0x00 0x07 0x00 0x08 0x00 0x02  
[SMB2] DEBUG | 'network' |          0x19 0x87 0x26 0x26 0x8A 0xD8 0x01 0x00   0x00 0x00 0x00
[SMB2] DEBUG | 'network' | NETWORK_processBytes: start packet 0x67B011F8
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Remaining bytes 347
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame length is: 343
[SMB2] DEBUG | 'smbv2' | SMB2_Processer: Frame should be decodable
[SMB2] DEBUG | 'network' | NETWORK_processBytes: Found valid frame, decodedable, reset read pointer
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: header address 0x67F8DB60
[SMB2] DEBUG | 'smbv2' | SMB2_Decoder: CHECK IT! Frame length is: 343
[SMB2] INFO | 'smbv2' | SMB2_Decoder: Decoding SessionSetup Reponse Message 'SMB2_COMMAND_SESSION_SETUP' (1)
[
SMB2] DEBUG | 'smbv2' | decodeSessionSetupResponse: header address 0x67F8DB60
[SMB2] ERROR | 'smbv2' | decodeSessionSetupResponse: Going to allaocte 347 bytes
[SMB2] ERROR | 'smbv2' | decodeSessionSetupResponse: Got it
[SMB2] DEBUG | 'smbv2' | SessionSetup Protocol Response:
[
SMB2] DEBUG | 'smbv2' |     SMB2 Header [Response]:
[
SMB2] DEBUG | 'smbv2' |         ProtocolId: 0xFE534D42
[SMB2] DEBUG | 'smbv2' |         Header Length: 64
[SMB2] DEBUG | 'smbv2' |         Credit Charge: 0
[SMB2] DEBUG | 'smbv2' |         Status: 0xC0000016
[SMB2] DEBUG | 'smbv2' |             Serverity: Error
[SMB2] DEBUG | 'smbv2' |             Defined by: Customer
[SMB2] DEBUG | 'smbv2' |             MORE_PROCERSSING_REQUIRED
[SMB2] DEBUG | 'smbv2' |         Command: Session setup
[SMB2] DEBUG | 'smbv2' |         Credit granted: 1
[SMB2] DEBUG | 'smbv2' |         Flags: 0x00000001
[SMB2] DEBUG | 'smbv2' |         This is a REQUEST
[SMB2] DEBUG | 'smbv2' |         This is a SYNC command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT a CHAINED command
[SMB2] DEBUG | 'smbv2' |         This pdu is NOT SIGNED
[SMB2] DEBUG | 'smbv2' |         This pdu does NOT contain a PRIORITY
[SMB2] DEBUG | 'smbv2' |         This is a normal operation
[SMB2] DEBUG | 'smbv2' |         This is NOT a REPLAY operation
[SMB2] DEBUG | 'smbv2' |         Next command/chain offset: 0
[SMB2] DEBUG | 'smbv2' |         Message ID: 0x0000000000000001
[SMB2] DEBUG | 'smbv2' |         Process Id: 0x6A675200
[SMB2] DEBUG | 'smbv2' |         Tree Id: 0x00000000
[SMB2] DEBUG | 'smbv2' |         Session ID: 0x0002380000000011
[SMB2] DEBUG | 'smbv2' |         Signature: 0x TODO
[SMB2] DEBUG | 'smbv2' |     StructureSize: 0x08DC
[SMB2] DEBUG | 'smbv2' |         Fixed Length Part: 1134
[SMB2] DEBUG | 'smbv2' |         Dynamic Part: False
[SMB2] DEBUG | 'smbv2' |     Error Context Count: 171
[SMB2] DEBUG | 'smbv2' |     Reserved: 41
[SMB2] DEBUG | 'smbv2' |     Error data (2717908992)
[
SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x00 0x98 0x00 0x98   0x00 0x56 0x00 0x00 0x00 0x0A 0x00 0x61  
[SMB2] DEBUG | 'smbv2' |          0x4A 0x00 0x00 0x00 0x0F 0x44 0x00 0x45   0x00 0x53 0x00 0x4B 0x00 0x54 0x00 0x4F  
[SMB2] DEBUG | 'smbv2' |          0x00 0x50 0x00 0x2D 0x00 0x39 0x00 0x54   0x00 0x42 0x00 0x4D 0x00 0x34 0x00 0x4A  
[SMB2] DEBUG | 'smbv2' |          0x00 0x46 0x00 0x02 0x00 0x1E 0x00 0x44   0x00 0x45 0x00 0x53 0x00 0x4B 0x00 0x54  
[SMB2] DEBUG | 'smbv2' |          0x00 0x4F 0x00 0x50 0x00 0x2D 0x00 0x39   0x00 0x54 0x00 0x42 0x00 0x4D 0x00 0x34  
[SMB2] DEBUG | 'smbv2' |          0x00 0x4A 0x00 0x46 0x00 0x01 0x00 0x1E   0x00 0x44 0x00 0x45 0x00 0x53 0x00 0x4B  
[SMB2] DEBUG | 'smbv2' |          0x00 0x54 0x00 0x4F 0x00 0x50 0x00 0x2D   0x00 0x39 0x00 0x54 0x00 0x42 0x00 0x4D  
[SMB2] DEBUG | 'smbv2' |          0x00 0x34 0x00 0x4A 0x00 0x46 0x00 0x04   0x00 0x1E 0x00 0x44 0x00 0x45 0x00 0x53  
[SMB2] DEBUG | 'smbv2' |          0x00 0x4B 0x00 0x54 0x00 0x4F 0x00 0x50   0x00 0x2D 0x00 0x39 0x00 0x54 0x00 0x42  
[SMB2] DEBUG | 'smbv2' |          0x00 0x4D 0x00 0x34 0x00 0x4A 0x00 0x46   0x00 0x03 0x00 0x1E 0x00 0x44 0x00 0x45  
[SMB2] DEBUG | 'smbv2' |          0x00 0x53 0x00 0x4B 0x00 0x54 0x00 0x4F   0x00 0x50 0x00 0x2D 0x00 0x39 0x00 0x54  
[SMB2] DEBUG | 'smbv2' |          0x00 0x42 0x00 0x4D 0x00 0x34 0x00 0x4A   0x00 0x46 0x00 0x07 0x00 0x08 0x00 0x02  
[SMB2] DEBUG | 'smbv2' |          0x19 0x87 0x26 0x26 0x8A 0xD8 0x01 0x00   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0x67 0xF2 0x4F 0xE0 0x67 0xF2 0x4F 0xDC   0x67 0xF2 0x4F 0xD0 0x67 0xF2 0x4E 0x40  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE   0xFE 0xFE 0xCA 0xFE 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0x68 0x3D 0xAF 0xD0 0xFF 0xFF 0xED 0xD4   0xFF 0xFF 0xED 0x90 0x67 0xF2 0x4E 0x40  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x00 0x67 0xF2 0x4E 0x40   0x00 0x00 0x00 0x09 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0x00 0x00 0x00 0x1F 0x62 0x76 0xB7 0x54   0x67 0xF2 0x40 0x00 0xFE 0xFE 0xCA 0xFE  
[SMB2] DEBUG | 'smbv2' |          0x17 0xAE 0x62 0x54 0x17 0xAE 0x62 0x5C   0x17 0xAE 0x62 0x64 0x17 0xAE 0x62 0x6C  
[SMB2] DEBUG | 'smbv2' |          0x17 0xAE 0x62 0x74 0x17 0xAE 0x62 0x28   0x17 0xAE 0x62 0x28 0x17 0xAE 0x62 0x28  
[SMB2] DEBUG | 'smbv2' |          0x17 0xAE 0x62 0x28 0x17 0xAE 0x62 0x28   0x17 0xAE 0x62 0x28 0x17 0xAE 0x62 0x7C


Edited by jabirulo on 2022/6/27 13:09:38
Go to top
Re: Strange AllocVec Problem
Quite a regular
Quite a regular


See User information
Is that a wombat?

cheers
tony
Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@tonyw

Of course it is a Wombat. You might not get mixed up by a Quokka. Even cute, bur haven't met any in real life yet, so don't know if they get my excited as the wombats did, as i first encounter one in Crains zoo, along time ago.

@jabirulo

Interesting error, looks like a missed translation of an endian encoding. See if that version https://drive.google.com/file/d/16OLQg ... hVlSG9IF/view?usp=sharing
gives more millage.
BTW what SMB Server do you use? Was it Win10?

It would be really interesting to see if anybody else has the same behavior.

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@MigthyMax
Windows 10 and 11 have support for both v1 and v2 samba, for v1 you have do install an additional samba packet (don't know if it requires Pro, since I only ever use Pro).

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@trgswe

Well smbv1 doesn’t bother me. There is already a client available for it, but it doesn’t support smbv2. Thus I just targeting to implement a smbv2 client with NTLMv2 authentication. So that a samba share can be accessed from the amiga without playing around at the server.

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@jabirulo

I had access to an Win10 Server and could test my implementation and ran in the same bug as you discovered in my implementation. Here is a fixed version, please if you like test it again:

https://drive.google.com/file/d/1YYpF6 ... xFRS3YCf/view?usp=sharing

@all

Even that the strange AllocBehavior disappars more and more. i got output on the shell, which isn't programmed. Anyone an idea what could cause that. See the image and the zeros:

Quote:

Connecting to '172.16.0.122:445'...connected
Negotiating dialect....accepted by server
Authenticating user....0000000000000000000000000000000000000000000000000000000000000000sucees


(Well don't how to add an image, so typed out) It seems to be exactly 64 zeros.

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
Are your sources open?
Seems like you are printing some memory area initialized with zeroes (MEMF_CLEAR AllocVec TAG).
One way to isolate it sholud be initialize memory with 1 (Clear_value TAG).

Memento audere semper!
Go to top
Re: Strange AllocVec Problem
Just can't stay away
Just can't stay away


See User information
@MigthyMax

On 1st attempt I got the same output as you

Then restarted amigaos and tried again, it always freezes/stucks at 'Negotiating dialect....accepted by server' ¿:-/

Will do some more test later.

Go to top
Re: Strange AllocVec Problem
Just popping in
Just popping in


See User information
@flash

The sources can be downloaded here https://drive.google.com/file/d/1VgN9h ... yRKq-bNf/view?usp=sharing

Something like that might it be, but currently i have no idea where to look. But i have the fleeing it might be wrong format string for some output and/or 64 ints alignment stuff.

Go to top

  Register To Post
(1) 2 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project