Ethereal-dev: Re: [Ethereal-dev] dissection routine for NETAPP file objects

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: Tue, 10 Feb 2004 20:38:42 -0800

On Feb 10, 2004, at 10:36 AM, Krishnan, Prabhakar wrote:

I've attached the patch for packet-nfs.c.

Checked in. (I don't work there any more, so it's not my problem if the WAFL folks don't want that stuff published.... :-))

Also I've changed the display of fsid fields from BASE_DEC to BASE_HEX,
at couple of functions.
I want to know if anyone has objections if we change the display
of all the fsid attributes to be in BASE_HEX instead of decimal.

What do you mean by "all the fsid attributes"? For at leas some file handles, major and minor devices should be shown in decimal, not hex, as should inode numbers, as that's how "ls" displays them:

	% ls -li /dev/tty
	19463940 crw-rw-rw-  1 root  wheel    2,   0 10 Feb 20:38 /dev/tty