aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-22 07:27:06 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-22 07:27:06 +0000
commit15558acf54072f77303904af6de34580bb87c936 (patch)
tree1f9ef06c9c6dca8170e8354ac39f56da79d2c9e0 /packet-null.c
parentbf9895bb261626beb04ef8ece8636b6077221405 (diff)
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
Diffstat (limited to 'packet-null.c')
0 files changed, 0 insertions, 0 deletions