Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.c to_str.h

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: Mon, 9 Dec 2002 15:34:59 -0600 (CST)
guy         2002/12/09 15:34:58 CST

  Modified files:
    epan                 to_str.c to_str.h 
  Log:
  Work around annoying Apple C compiler/linker bug.
  
  "ether_to_str_punct()" no longer deals only with Ethernet-style
  addresses, as it now takes a length argument, rename it
  "bytestring_to_str()" - and make it static, as it's not used outside
  "to_str.c".
  
  Get rid of unused "fc_to_str_buf()" routine.
  
  Revision  Changes    Path
  1.21      +40 -86    ethereal/epan/to_str.c
  1.12      +1 -3      ethereal/epan/to_str.h