Ethereal-dev: Re: [Ethereal-dev] Changing dissect_rpc_data which is called from dissect_nfsdat

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 19 May 2003 23:54:37 -0700
On Mon, May 19, 2003 at 11:49:27PM -0700, Richard Sharpe wrote:
> In trying to provide better GSSAPI (RPCSEC_GSS) support in NFSv4, I needed 
> to change dissect_nfsdata to pass it a function for dissecting the content 
> if the caller knows the type of data. 

Why is stuff that happens to be dissected by "dissect_nfsdata()" any
different from anything else in RPCSEC_GSS-authenticated RPC calls?

Does the RPC layer even *know* what stuff would be dissected by that in
Ethereal?

I'd expect the GSSAPI stuff to be done entirely at the RPC layer; what
am I missing here?