A bug was introduced into dissect_rpc_authgss_token() in revision 1.127 of packet-rpc.c, in that it no longer rounds the returned offset up to the required XDR boundary. There are two ways to fix this: either revert to the 1.126 code which incremented the offset by the rounded opaque length, or round the length returned from the gssapi dissector. The attached patch does the latter.
-Tony
packet-rpc.c.diff
Description: Binary data
