svn commit: samba r11696 - in branches/SAMBA_4_0/source/libcli/smb2: .

tridge at samba.org tridge at samba.org
Sat Nov 12 02:45:49 GMT 2005


Author: tridge
Date: 2005-11-12 02:45:49 +0000 (Sat, 12 Nov 2005)
New Revision: 11696

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11696

Log:

added a few more opcode names



Modified:
   branches/SAMBA_4_0/source/libcli/smb2/smb2.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/smb2.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/smb2.h	2005-11-12 02:37:51 UTC (rev 11695)
+++ branches/SAMBA_4_0/source/libcli/smb2/smb2.h	2005-11-12 02:45:49 UTC (rev 11696)
@@ -167,6 +167,9 @@
 #define SMB2_OP_READ      0x08
 #define SMB2_OP_WRITE     0x09
 #define SMB2_OP_FIND      0x0e
+#define SMB2_OP_GETINFO   0x10
+#define SMB2_OP_SETINFO   0x11
+#define SMB2_OP_BREAK     0x12
 
 #define SMB2_MAGIC 0x424D53FE /* 0xFE 'S' 'M' 'B' */
 



More information about the samba-cvs mailing list