Ethereal-dev: Re: [Ethereal-dev] NFSv4 decoding patch (packet-nfs.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: Wed, 7 Feb 2001 14:11:49 -0800 (PST)
> The support for NFSv4 decoding is still very much a work in progress,
> but this patch improves the current implementation considerably.  I
> wanted to get it in the CVS tree for a shakedown before Connectathon at
> the beginning of March.

Checked in.

> +// printf("Opcode: %d\n", opcode);

Careful - not all C compilers support C++-style comments.  (I converted
the two such comments to C-style comments before checking in.)