Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-iscsi.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: Sat, 20 Oct 2001 13:30:51 -0500 (CDT)
guy         2001/10/20 13:30:51 CDT

  Modified files:
    .                    packet-iscsi.c 
  Log:
  FT_UINTn values must always have a base, even if they're bitfields - the
  width of the item containing the bitfield is "n", so you don't have to
  specify it explicitly, as you have to do with FT_BOOLEAN bitfields.
  
  Revision  Changes    Path
  1.12      +2 -2      ethereal/packet-iscsi.c