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: Sat, 20 Mar 2004 13:09:22 -0600 (CST)
guy         2004/03/20 13:09:22 CST

  Modified files:
    .                    packet-radius.c 
  Log:
  If we can't decrypt the user password, display it as hex data, not as
  text.
  
  Make "rdconvertbufftostr()" use "isprint()" to determine whether to
  display a character as itself or as an escape.  Move our redefinition of
  "isprint()" above "rdconvertbufftostr()" so that we make the "is it
  printable?" decision appropriately.
  
  Revision  Changes    Path
  1.99      +39 -40    ethereal/packet-radius.c