the packet data pointer from the code to print a 32-bit RADIUS numerical
attribute value (the increment made sense for TUNNEL_TYPE and
TUNNEL_MEDIUM attributes, which have an 8-bit tag and 24-bit value, and
the increment skips over the tag after printing it; however, for other
attributes, with a 32-bit value, it's bogus).
#ifndef lint
static const char rcsid[] =
- "$Id: print-radius.c,v 1.8 2001-06-25 21:13:33 itojun Exp $";
+ "$Id: print-radius.c,v 1.9 2001-07-15 19:27:45 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
}
else
{
- data++;
data_value = EXTRACT_32BITS(data);
}
if ( data_value <= (attr_type[attr_code].siz_subtypes - 1 +