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@xxxxxxxxxxxx>
Date: Fri, 7 Apr 2000 14:11:04 -0500 (CDT)
guy         2000/04/07 14:10:59 CDT

  Modified files:
    .                    packet-rsvp.c 
  Log:
  Avoid using zero-length arrays - they're an extension that only some
  compilers support, and at least some versions of HP's PA-RISC C
  compiler, for example (which people do use to compile Ethereal), don't
  support them.
  
  Revision  Changes    Path
  1.19      +4 -6      ethereal/packet-rsvp.c