Ethereal-dev: Re: [Ethereal-dev] [PATCH] 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 <gharris@xxxxxxxxx>
Date: Tue, 14 May 2002 02:27:42 -0700
On Tue, May 14, 2002 at 04:47:51PM +0900, Kan Sasaki wrote:
> Added some VSAs from the FreeRadius dictionary files and other changes
> to RADIUS.

I checked in the RADIUS changes, but

	1) I fixed one error in the FreeRadius dictionary file (a CHAP
	   challenge is binary, not text)

and

	2) I didn't check in the change to "epan/value_string.c" -
	   instead, I changed the RADIUS code not to pass null pointers,
	   but to just print the numerical value if there's no
	   value_string table.

I also used some Q.931 tables instead of the ACC tables, as some of the
values in ACC attribute/value pairs appear to come from Q.931 (and
Q.850).