Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-bytes.c ftype-integer.c ft

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxx>
Date: Wed, 11 Jun 2003 16:24:54 -0500 (CDT)
gram        2003/06/11 16:24:54 CDT

  Modified files:
    epan/ftypes          ftype-bytes.c ftype-integer.c 
                         ftype-string.c ftypes-int.h ftypes.c 
                         ftypes.h 
  Log:
  Expand the ability of fvalue_to_string_repr, and modify more FT_* types
  to provide that method.
  
  Revision  Changes    Path
  1.15      +11 -14    ethereal/epan/ftypes/ftype-bytes.c
  1.13      +188 -176  ethereal/epan/ftypes/ftype-integer.c
  1.9       +42 -17    ethereal/epan/ftypes/ftype-string.c
  1.8       +3 -3      ethereal/epan/ftypes/ftypes-int.h
  1.9       +10 -5     ethereal/epan/ftypes/ftypes.c
  1.17      +22 -3     ethereal/epan/ftypes/ftypes.h