Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c column-utils.h packet.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, 16 Apr 2003 00:55:40 -0500 (CDT)
guy         2003/04/16 00:55:40 CDT

  Modified files:
    epan                 column-utils.c column-utils.h packet.c 
  Log:
  Pull the stuff done in "dissect_packet()" to initialize a column_info
  structure into its own routine; rename "col_init()" to "col_setup()",
  and call the new routine "col_init()".
  
  Revision  Changes    Path
  1.34      +18 -2     ethereal/epan/column-utils.c
  1.11      +5 -2      ethereal/epan/column-utils.h
  1.90      +3 -14     ethereal/epan/packet.c