Ethereal-dev: Re: [Ethereal-dev] packet-nfs.c and name-snooping api

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: Mon, 20 Aug 2001 18:57:45 -0700 (PDT)
> Requested changes have been implemented, except tracking of filename
> changes as RENAME, RMDIR, etc.
> These are quite difficult to implement since filenames are not unique
> (compared to filehandles which are unique).
> Perhaps it is possible to combine filenames with parent filehandles
> and that would allow RENAME to be possible to implement.

You probably want to do that anyway, as that'd let you convert file
handles to partial or full pathnames, and display a pathname rather than
just a file name.