diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-13 04:46:50 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-13 04:46:50 +0000 |
commit | 8faa77f177833eeee245391840d06771f46e0136 (patch) | |
tree | f13c2fd53d13539915e8565e4800cac18cfb8e71 /source4/librpc | |
parent | da86d3af3126413e59798bcfb0705c307bc730cb (diff) | |
download | samba-8faa77f177833eeee245391840d06771f46e0136.tar.gz samba-8faa77f177833eeee245391840d06771f46e0136.tar.bz2 samba-8faa77f177833eeee245391840d06771f46e0136.zip |
rpcdump.exe now works fine against a Samba4 server
for some reason the epm_Lookup replies can't be parsed by ethereal,
although w2k parses then fine as does the Samba4 NDR code.
(This used to be commit 097e7ca99d947932df5674c36e628ca6b8f31d3a)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 59c542255d..79fb7f3dd1 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -20,6 +20,9 @@ interface epmapper with. */ + const int EPMAPPER_STATUS_NO_MORE_ENTRIES = 0x16c9a0d6; + + /* this guid indicates NDR encoding in a protocol tower */ const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; @@ -123,8 +126,6 @@ interface epmapper /**********************/ /* Function 0x03 */ - const int EPMAPPER_MAP_FAILED = 0x16c9a0d6; - typedef struct { epm_twr_t *twr; } epm_twr_p_t; |