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: Tue, 16 Dec 2003 19:57:24 -0600 (CST)
guy         2003/12/16 19:57:24 CST

  Modified files:
    .                    packet-radius.c 
  Log:
  Put in more information about the attribute type enum.
  
  Get rid of "rd_value_to_str()", pulling its code up into the one place
  it's called, and rename "rd_value_to_str_2()" to "rd_value_to_str()"
  (and get rid of its return value - it just returns its first argument).
  
  Make "textbuffer" and "vsabuffer" local variables in
  "dissect_attribute_value_pairs()".
  
  Get rid of "rd_match_strval_attrib()" - just fetch the full
  radius_attr_info entry and use its "str" member.
  
  Revision  Changes    Path
  1.84      +36 -51    ethereal/packet-radius.c