Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 04:38:35 -0500 (CDT)
guy         2002/04/29 04:38:35 CDT

  Modified files:
    .                    packet-afp.c 
  Log:
  Have separate fields for volume, long file name, short file name, and
  Unicode file name offsets.
  
  Display the "UNIX privileges" field as a 4-longword structure, as part
  of the AFP 3.0 spec claims; unfortunately, another part claims it's only
  4 bytes, but, unless a "long" is 8 bits, one or the other claim must be
  false.
  
  Completely get rid of the static "afp_handle" variable - it's not
  necessary.
  
  Put the Unicode name offset into the tree, if present, in
  "parse_file_bitmap()" and "parse_dir_bitmap()".
  
  Get rid of some unused variables.
  
  Put the newline mask and character into the tree for FPRead.
  
  Revision  Changes    Path
  1.11      +143 -53   ethereal/packet-afp.c