I've already verified that the server calls RpcServerRegisterAuthInfo() with
RPC_C_AUTHN_GSS_SCHANNEL, so I'm quite puzzled as to why it would return this
error.
I've enabled extended RPC error information and am seeing the extra
information in the Bind_nak response packet in Wireshark. However, I'm having
a hard time parsing it since the MSDN documentation for the error records is
very unspecific:
http://msdn.microsoft.com/en-us/library/aa379109(VS.85).aspx
For instance, it doesn't mention anything about the size of the Timestamp
("time when the error occurred, expressed in UTC format") in bytes.
How do I parse this information?