summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/epmapper.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-27 07:28:46 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-27 07:28:46 +0000
commitc7c9e61987dbc46fe962647727bfe52e0fdd8de0 (patch)
tree158546b900c54a8426f3e94cbb3130f6ed8227cd /source4/librpc/idl/epmapper.idl
parent4884a97f3b4564fa367598453d7ebc2b24ba6708 (diff)
downloadsamba-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/epmapper.idl')
-rw-r--r--source4/librpc/idl/epmapper.idl12
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 {