mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Define smbtrans subcommands so we can stop hardcoding them
(This used to be commit 645c2d5c30
)
This commit is contained in:
parent
8cdbdb170b
commit
e214a15595
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user