Ethereal-dev: Re: [Ethereal-dev] [patch] packet-pcnfsd.c

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 14 May 2002 14:23:28 -0700
On Tue, May 14, 2002 at 04:25:32PM -0400, Mike Frisch wrote:
> Enclosed is the patch that implements "MAPID" (proc 12) in pcnfsd v2.

Checked in, with _U_ added after "packet_info *pinfo":

> +int
> +dissect_pcnfsd2_dissect_mapreq_arg_item(tvbuff_t *tvb, int offset, 
> +	packet_info *pinfo, proto_tree *tree)

	...

> +int
> +dissect_pcnfsd2_dissect_mapreq_res_item(tvbuff_t *tvb, int offset,
> +	packet_info *pinfo, proto_tree *tree)

to mark the "pinfo" argument as unused.