Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-rsvp.h

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: Sun, 22 Aug 1999 02:27:10 -0500 (CDT)
guy         1999/08/22 02:27:08 CDT

  Modified files:
    .                    packet-rsvp.h 
  Log:
  Don't use zero-length arrays - not all compilers support them, and we're
  not using the structure members so declared, anyway; instead, put in a
  comment to note that the data follows, in a certain format.
  
  Use "guint8", "guint16", and "guint32" instead of "unsigned char",
  "unsigned short", and "unsigned long", as per the rest of Ethereal; the
  first two pairs are equivalent, but "unsigned long" is *not* necessarily
  a 32-bit data type (it's not a 32-bit data type on most 64-bit
  platforms, for example).
  
  Revision  Changes    Path
  1.4       +78 -78    ethereal/packet-rsvp.h