From 42357a32442ae415aa9c624bc6393a5906442046 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 7 Nov 2002 14:38:53 +0000 Subject: Add smbtrans subcommands so we can stop hardcoding them (This used to be commit 759bcd881dd259d5ad43715f6979c5282b094d52) --- source3/include/smb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 6e04d38ac5..83125989df 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