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 Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 5 May 2002 19:49:20 -0500 (CDT)
guy         2002/05/05 19:49:20 CDT

  Modified files:
    .                    packet-radius.c 
  Log:
  Fix a typo in a comment.
  
  When displaying text strings, show escapes in octal (as is done C)
  rather than decimal.
  
  Display RADIUS_BINSTRING values as strings of hex digits rather than as
  text strings.
  
  Make some items that apparently *are* text strings RADIUS_STRING rather
  than RADIUS_BINSTRING.
  
  The return value of "rdconvertbufftostr()" is never used; get rid of it.
  
  Revision  Changes    Path
  1.56      +32 -10    ethereal/packet-radius.c