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: Wed, 17 Dec 2003 01:05:22 -0600 (CST)
guy         2003/12/17 01:05:22 CST

  Modified files:
    .                    packet-radius.c 
  Log:
  Pass "attr_info" to "rd_value_to_str()" - don't look it up again in
  "rd_value_to_str()".
  
  Handle a null return from "find_radius_attr_info()".
  
  We don't have to reserve a value type of 0 for "not found in the table"
  - a null return from "find_radius_attr_info()" indicates that.
  
  Hoist the code to make the top-level item for an AVP above the check for
  an EAP message.
  
  Revision  Changes    Path
  1.87      +21 -22    ethereal/packet-radius.c