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@xxxxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2003 01:40:26 -0500 (CDT)
guy         2003/08/26 01:40:26 CDT

  Modified files:
    epan                 column-utils.c 
  Log:
  In "col_set_addr()", don't do anything other than clearing the column
  expression information if the address type is AT_NONE -
  "address_to_str_buf()" panics if passed an AT_NONE address, as there's
  nothing sensible one can do with them.  (A null string wouldn't be
  appropriate here, as a dissector might have set the address columns to a
  string.)
  
  Revision  Changes    Path
  1.37      +3 -1      ethereal/epan/column-utils.c