
guy at alum
Nov 10, 2006, 2:04 PM
Post #1 of 1
(4896 views)
Permalink
|
|
Re: How do I get Ethereal (Windows XP) to start using a new/added RADIUS dictionary.<something>?
|
|
------------------- The Ethereal project is being continued at a new site. Please go to http://www.wireshark.org and subscribe to wireshark-users [at] wireshark Don't forget to unsubscribe from this list at http://www.ethereal.com/mailman/listinfo/ethereal-users ------------------- On Nov 9, 2006, at 10:07 AM, Justin Aborn wrote: > ------------------- > The Ethereal project is being continued at a new site. Please go to > http://www.wireshark.org and subscribe to wireshark-users [at] wireshark > . > Don't forget to unsubscribe from this list at > http://www.ethereal.com/mailman/listinfo/ethereal-users > ------------------- > > I want to decode new vendor specific RADIUS attributes. > > I added a new dictionary file to the Windows directory where all the > other radius dictionary files are (and working fine...): > > C:\Program Files\Ethereal\radius > > But it's apparently not as simple as that. Ethereal is still not > decoding the Vendor Specific Attributes specified in the added > dictionary file. ...and Wireshark probably wouldn't, either. (See http://www.wireshark.org/faq.html#q1.2 for an explanation of the move from Ethereal to Wireshark - same software, same developers, different name.) > There must be some form of "install dictionary" process that I have > not > found anything about in help/faq/READMEs/etc. I presume the RADIUS dictionary works this way so that it matches what FreeRADIUS does: The RADIUS dictionary is in the file "dictionary" in the "radius" directory. That file largely consists of $INCLUDE statements that include the other dictionary files; if you add a "dictionary.{vendor}" file to the "radius" directory, you also have to add a $INCLUDE in the "dictionary" file in that directory. _______________________________________________ Ethereal-users mailing list Ethereal-users [at] ethereal http://www.ethereal.com/mailman/listinfo/ethereal-users
|