Josh Close
Josh Close
@Halofreak1990 Add a new issue for this.
Looks like the docs part might be available now... https://www.statiq.dev/docs I'll check it out and if it is, I can push that.
I think I can just change it so that if a name is specified, it will always use a name for reading. If you know the index when reading, there...
Sorry, that won't actually solve your problem. Maybe there should be a delegate to get the index so users can do whatever they need to. `PrepareHeaderForMatch` is too narrow.
I ended up writing a new `RadiusDictionary` that parses the freeradius files. I didn't want to copy and paste a bunch of stuff. It seems to parse fine, but I...
I'll probably do a PR. This will parse the 202 FreeRADIUS files that come with Wireshark seemingly fine. I'll write up some tests.
Do you want me to add all the files for FreeRADIUS so they can be tested and used if someone wants to grab them?
Yes, sorry. I forked the core project and am doing the work there.
I'm seeing some types that the `RadiusPacket.ParseContentBytes` doesn't handle. One instance is the `Message-Authenticator` has a type of `octets`, not `octet`. Here is a list of them. Do you see...