From e214a1559579f723b529ef3f51d9805db0ed5451 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 7 Nov 2002 14:45:46 +0000 Subject: Define smbtrans subcommands so we can stop hardcoding them (This used to be commit 645c2d5c30a79d4aa28f477dbf0fc44d319fd35d) --- source3/include/smb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 52505dab99..4feb81beef 100644 --- a/source3/include/smb.h +++ b/source3/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 -- cgit