mirror of
https://github.com/samba-team/samba.git
synced 2025-10-22 07:33:16 +03:00
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 commit is contained in:
@@ -651,6 +651,7 @@ int dcesrv_lookup_endpoints(const struct dcerpc_interface_table *table,
|
||||
return -1;
|
||||
}
|
||||
|
||||
(*e)->name = table->name;
|
||||
(*e)->uuid = table->uuid;
|
||||
(*e)->if_version = table->if_version;
|
||||
(*e)->endpoint.type = ENDPOINT_SMB;
|
||||
|
Reference in New Issue
Block a user