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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 10 Jul 2000 01:52:36 -0500 (CDT)
guy         2000/07/10 01:52:33 CDT

  Modified files:
    .                    packet-clnp.c 
  Log:
  Treat only ASCII characters as printable in TSAPs; otherwise, as 0xff
  and 0xfe, for example, are printable characters in many locales (they're
  printable in ISO 8859/x, for example), a TSAP of 0xfffffffefffffffe will
  be treated as printable if your locale is one of those, even though the
  chances that the TSAP is should be read as a string of y-with-diaresis
  and lower-case thorn are pretty slim.
  
  Revision  Changes    Path
  1.10      +10 -3     ethereal/packet-clnp.c