Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-radius.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 23 Dec 2003 19:12:17 -0600 (CST)
guy         2003/12/23 19:12:17 CST

  Modified files:
    .                    packet-radius.c 
  Log:
  Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX or
  Windows - the problem is that GTK+ 1.3[.x] and later assume strings
  handed to them are UTF-8 strings, not, for example, ISO 8859/x strings.
  
  In packet-radius.c, re-define "isprint()" rather than #ifdeffing its use
  (the old code was also incorrectly treating 0x7f as a printable).
  
  Revision  Changes    Path
  1.88      +14 -25    ethereal/packet-radius.c