vforteli / Flexinets.Radius.Core

Radius packet parser and assembler library for .Net.
MIT License
13 stars 14 forks source link

RadiusDictionary constructor has a bug #2

Closed alexrait closed 6 years ago

alexrait commented 6 years ago

The constructor which gets the lists does not fill the AttributeNames

vforteli commented 6 years ago

So it seems. The dictionary is a bit of a work in progress, since I have myself only needed the dictionary file. It should probably be passed around as in IDictionary instead, and thus allow custom dictionaries that way