Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.c 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@xxxxxxxxxxxx>
Date: Wed, 22 Mar 2000 18:38:18 -0600 (CST)
guy         2000/03/22 18:38:16 CST

  Modified files:
    .                    packet.c packet-nfs.c 
  Log:
  When dissecting an NFS file handle, show the raw bytes of the file
  handle data (snoop does this, and it's somewhat convenient if you're
  trying to see whether, say, an ACCESS call is acting on the file whose
  file handle you got back from a previous MOUNT request).
  
  Boost the maximum number of bytes worth of hex data shown by
  "bytes_to_str()" from 10 to 16, so that we can show the file handle 16
  bytes per line (as snoop does).
  
  Revision  Changes    Path
  1.66      +2 -2      ethereal/packet.c
  1.25      +27 -11    ethereal/packet-nfs.c