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@xxxxxxxxxxxx>
Date: Sun, 30 Jul 2000 03:11:51 -0500 (CDT)
guy         2000/07/30 03:11:49 CDT

  Modified files:
    .                    packet-radius.c 
  Log:
  "rd_match_strval()" just does what "val_to_str()" does with a format
  argument of "Undefined(%d)"; just use "val_to_str()" (and use "%u"
  rather than "%d", as the value passed to it is unsigned).
  
  Revision  Changes    Path
  1.15      +2 -9      ethereal/packet-radius.c