Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.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, 30 Jan 2002 18:51:37 -0600 (CST)
guy         2002/01/30 18:51:37 CST

  Modified files:
    epan                 column-utils.c 
  Log:
  Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it is
  necessary.
  
  Don't use "alloca()", as it's not guaranteed to be present on all
  platforms.
  
  Revision  Changes    Path
  1.12      +9 -11     ethereal/epan/column-utils.c