summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-11-07 14:38:53 +0000
committerJim McDonough <jmcd@samba.org>2002-11-07 14:38:53 +0000
commit759bcd881dd259d5ad43715f6979c5282b094d52 (patch)
tree039988cc462aa9539429b4118dd2e46768ae5ae1 /source/include/smb.h
parentf0a1177acf82fceb174df1852d87a6e16d63fd63 (diff)
downloadsamba-759bcd881dd259d5ad43715f6979c5282b094d52.tar.gz
samba-759bcd881dd259d5ad43715f6979c5282b094d52.tar.xz
samba-759bcd881dd259d5ad43715f6979c5282b094d52.zip
Add smbtrans subcommands so we can stop hardcoding them
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 6e04d38ac57..83125989df8 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -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