Go to the documentation of this file.
26 #define SMB2_MAGIC_NUMBER 0xFE534D42
38 #define SMB2_OP_SET_DELETE 1
39 #define SMB2_OP_SET_INFO 2
40 #define SMB2_OP_QUERY_INFO 3
41 #define SMB2_OP_QUERY_DIR 4
42 #define SMB2_OP_MKDIR 5
43 #define SMB2_OP_RENAME 6
44 #define SMB2_OP_DELETE 7
45 #define SMB2_OP_HARDLINK 8
46 #define SMB2_OP_SET_EOF 9
49 #define CHAINED_REQUEST 1
50 #define START_OF_CHAIN 2
51 #define END_OF_CHAIN 4
52 #define RELATED_REQUEST 8
54 #define SMB2_SIGNATURE_SIZE (16)
55 #define SMB2_NTLMV2_SESSKEY_SIZE (16)
56 #define SMB2_HMACSHA256_SIZE (32)