Ethereal-dev: Re: [Ethereal-dev] [PATCH] NFSv4 decoding

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

From: Mike Frisch <mfrisch@xxxxxxxxxxxxxxx>
Date: Sat, 4 Nov 2000 14:32:04 -0500 (EST)
On Sat, 4 Nov 2000, Guy Harris wrote:

> You might want to have "dissect_nfs_bitmap4()" dissect the bitmap as a
> bitfield, with separate lines for each flag bit, as is done elsewhere
> (e.g., for the flags field in the IP and TCP headers).

I was planning on doing that, but seeing as there are currently 54 flags
(and a potential for additional, vendor-specific flags in the future), the
decode of just that component (bitmap4) would take a lot of screen space.
I simply mimiced what Sun's snoop does with these fields.

Mike.