Commit Graph

6 Commits

Author SHA1 Message Date
Guy Harris 72eb495fab "long" -> "gint32" ("gint32" is 32 bits, "long" isn't necessarily 32
bits and is definitely not 32 bits on some platforms).

svn path=/trunk/; revision=592
1999-08-27 20:10:14 +00:00
Gilbert Ramirez a14aa01462 Updated RSVP decoder with Ashok's newest code.
svn path=/trunk/; revision=590
1999-08-27 19:21:36 +00:00
Guy Harris 15558acf54 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).

svn path=/trunk/; revision=550
1999-08-22 07:27:06 +00:00
Gilbert Ramirez f5d36ff3cd Added Ashok's fix for RSVP and support for RSVP+.
svn path=/trunk/; revision=475
1999-08-12 05:19:06 +00:00
Gilbert Ramirez 601c52f0fb Added support for compiling on win32 with Visual C and 'nmake'. It compiles,
but does not link. Perhaps someone who understands the MS tools can help
out. I made it link a few months ago, but with different version of glib/gtk+.
I can't remember how I made it link.

Most of the compatibility issues were resolved with adding
#ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all
future code.

svn path=/trunk/; revision=359
1999-07-13 02:53:26 +00:00
Gilbert Ramirez aca172004f Added RSVP protocol dissector.
svn path=/trunk/; revision=304
1999-06-11 16:45:02 +00:00