Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-nfs.c packet-ypserv.c packet-rpc.c

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: Fri, 21 Jan 2000 23:49:14 -0600 (CST)
guy         2000/01/21 23:49:12 CST

  Modified files:
    .                    packet-nfs.c packet-ypserv.c packet-rpc.c 
                         packet-portmap.c packet-mount.c 
                         packet-bootparams.c packet-rpc.h 
  Log:
  Give "dissect_rpc_string()" an extra "char **" argument; if it's
  non-null, it returns through that argument a pointer to the displayed
  version of the string, otherwise it just frees that string.
  
  Use that to put, in the tree item for READDIR and READDIRPLUS reply
  directory entry items, the file name from the directory entry.
  
  Revision  Changes    Path
  1.20      +33 -15    ethereal/packet-nfs.c
  1.8       +14 -13    ethereal/packet-ypserv.c
  1.26      +20 -9     ethereal/packet-rpc.c
  1.12      +5 -5      ethereal/packet-portmap.c
  1.10      +2 -2      ethereal/packet-mount.c
  1.8       +7 -7      ethereal/packet-bootparams.c
  1.12      +2 -2      ethereal/packet-rpc.h