#include <smb.h>
Data Fields | |
uint16 | SmbMessageType |
uint16 | SmbMessageLength |
uint8 | ProtocolHeader [4] |
uint8 | SmbCommand |
uint32 | NtStatus |
uint8 | flags |
uint16 | flags2 |
uint16 | ProcessIDHigh |
uint8 | signature [8] |
uint16 | reserved |
uint16 | TreeId |
uint16 | ProccessID |
uint16 | UserID |
uint16 | multipleID |
char | buffer [16384] |
Definition at line 159 of file smb.h.
Definition at line 164 of file smb.h.
Referenced by HandleIncommingSmbRequest(), and StablishNTLMSession().
Definition at line 172 of file smb.h.
Referenced by BuildSmbPacket(), and HandleIncommingSmbRequest().
char smheader::buffer[16384] |
Definition at line 174 of file smb.h.
Referenced by AttackWeakServices(), BuildSmbPacket(), BuildTreeConnectAndXStub(), and HandleIncommingSmbRequest().