Add smbtrans subcommands so we can stop hardcoding them
authorJim McDonough <jmcd@samba.org>
Thu, 7 Nov 2002 14:38:53 +0000 (14:38 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 7 Nov 2002 14:38:53 +0000 (14:38 +0000)
source/include/smb.h

index 6e04d38ac57330512e62e2a61ca2b9e2a7c09afc..83125989df8559b9c90d84ccd67b12a987d7d179 100644 (file)
@@ -952,6 +952,11 @@ struct bitmap {
 #define SMBntcreateX     0xA2   /* NT create and X */
 #define SMBntcancel      0xA4   /* NT cancel */
 
+/* These are the trans subcommands */
+#define TRANSACT_SETNAMEDPIPEHANDLESTATE  0x01 
+#define TRANSACT_DCERPCCMD                0x26
+#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53
+
 /* These are the TRANS2 sub commands */
 #define TRANSACT2_OPEN                        0
 #define TRANSACT2_FINDFIRST                   1