Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rsvp.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: Wed, 23 Oct 2002 22:04:53 -0500 (CDT)
guy         2002/10/23 22:04:53 CDT

  Modified files:
    .                    packet-rsvp.c 
  Log:
  Don't use "unsigned long" to mean "32-bit unsigned integer", as it's not
  32 bits on all platforms - it's 64 bits on some platforms.  Use
  "guint32" instead.  The same applies for "unsigned short" and "guint16".
  
  Revision  Changes    Path
  1.77      +3 -3      ethereal/packet-rsvp.c