Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-q931.c packet-q931.h packet-radius.c
guy 2002/05/14 04:24:28 CDT
Modified files:
. packet-q931.c packet-q931.h
packet-radius.c
Log:
From Kan Sasaki: added some VSAs from the FreeRadius dictionary files
and other changes to RADIUS.
Export the Q.931 cause location and code values, and use them in the
RADIUS dissector for ACC cause codes and values.
Make "CHAP" all caps, as it should be, and use InterCaps in AppleTalk
(Apple does).
The CHAP Challenge is an octet string, not a text string - the
FreeRadius dictionary has an error there.
In "rdconvertinttostr()", if there's no value_string table, just print
the value numerically, don't call "rd_match_strval()".
Don't pass a null value_string pointer to "rd_match_strval_attrib()" -
just report the value, without attempting to find a string for it.
Revision Changes Path
1.44 +3 -3 ethereal/packet-q931.c
1.6 +7 -3 ethereal/packet-q931.h
1.60 +1318 -236 ethereal/packet-radius.c