1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

libcli/smb: add SMB2_DIALECT_REVISION_224

This is specified in the new [MS-SMB2] preview document.

metze
This commit is contained in:
Stefan Metzmacher 2011-12-22 13:07:48 +01:00
parent e34989eeb2
commit 5bc242f4a2

View File

@ -77,6 +77,7 @@
#define SMB2_DIALECT_REVISION_202 0x0202
#define SMB2_DIALECT_REVISION_210 0x0210
#define SMB2_DIALECT_REVISION_222 0x0222
#define SMB2_DIALECT_REVISION_224 0x0224
#define SMB2_DIALECT_REVISION_2FF 0x02FF
/* SMB2 negotiate security_mode */