Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-string.c

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

From: gram@xxxxxxxxxxxx (Gilbert Ramirez)
Date: Sun, 25 Apr 2004 21:09:37 -0500 (CDT)
gram        2004/04/25 21:09:37 CDT

  Modified files:
    epan/ftypes          ftype-string.c 
  Log:
  When producing a display-filter representation of an FT_STRING*, represent
  any non-printable character in hex, as "\xNN". We rely on isprint(), which
  may not be the best solution because it is locale-specific.
  
  Revision  Changes    Path
  1.21      +33 -7     ethereal/epan/ftypes/ftype-string.c