Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wbxml.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: Fri, 6 Jun 2003 15:31:47 -0500 (CDT)
guy         2003/06/06 15:31:47 CDT

  Modified files:
    .                    packet-wbxml.c 
  Log:
  Use "tvb_format_text()" to display strings, so that non-printable
  characters don't show up.  (We really need to handle strings better in
  Ethereal, so that we can handle various character encodings in the
  packets; GTK+ 2.x uses UTF-8 internally, so we could at least map
  everything to that when displaying, and I think GTK+ 1.x for Win32 does
  so as well, and but we need to clean up the GTK+ 1.x-for-X11 stuff to
  handle the various font encodings.)
  
  Get rid of "strtbl_lookup()" in favor of the appropriate direct calls.
  
  Revision  Changes    Path
  1.10      +80 -88    ethereal/packet-wbxml.c