Ethereal-dev: [Ethereal-dev] Bug in dissect_rpc_authgss_token()

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 22 May 2003 11:21:56 -0400
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

Attachment: packet-rpc.c.diff
Description: Binary data