diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index fcde3848dc..cb59adb84c 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -204,6 +204,8 @@ struct data_blob_list_item { /* 64 bit time (100 nanosec) 1601 - cifs6.txt, section 3.5, page 30, 4 byte aligned */ typedef uint64_t NTTIME; +#define SMB_MAGIC 0x424D53FF /* 0xFF 'S' 'M' 'B' */ + /* the basic packet size, assuming no words or bytes. Does not include the NBT header */ #define MIN_SMB_SIZE 35 |