Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-stat.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: Thu, 18 Nov 1999 13:59:16 -0600 (CST)
guy         1999/11/18 13:59:14 CST

  Modified files:
    .                    packet-stat.c 
  Log:
  Zero-length arrays are a GCC extension, and some compilers don't support
  them - don't "#if 0" out the initializers for "hf[]", "#if 0" out the
  entire declaration of "hf[]" and the call that uses "hf[]".
  
  Revision  Changes    Path
  1.3       +5 -3      ethereal/packet-stat.c