diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-27 07:28:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-27 07:28:46 +0000 |
commit | c7c9e61987dbc46fe962647727bfe52e0fdd8de0 (patch) | |
tree | 158546b900c54a8426f3e94cbb3130f6ed8227cd /source4/librpc/idl | |
parent | 4884a97f3b4564fa367598453d7ebc2b24ba6708 (diff) | |
download | samba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.tar.gz samba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.tar.bz2 samba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.zip |
more epmapper and mgmt magic
protocol 0x1f is interesting - its ncacn_http !
(This used to be commit e3d40e3da6e15407162c1d0a29d2cbe86842228e)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index e09d729c81..250129f84d 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -32,10 +32,14 @@ interface epmapper } epm_prot_uuid; typedef enum { - EPM_PROTOCOL_TCP = 0x07, - EPM_PROTOCOL_IP = 0x09, - EPM_PROTOCOL_RPC_C = 0x0b, - EPM_PROTOCOL_UUID = 0x0d + EPM_PROTOCOL_TCP = 0x07, + EPM_PROTOCOL_IP = 0x09, + EPM_PROTOCOL_PIPE = 0x10, + EPM_PROTOCOL_NETBIOS = 0x11, + EPM_PROTOCOL_RPC_C = 0x0b, + EPM_PROTOCOL_UUID = 0x0d, + EPM_PROTOCOL_SMB = 0x0f, + EPM_PROTOCOL_HTTP = 0x1f } epm_protocols; typedef [nodiscriminant] union { |