Geoffroy Arnoud wrote:
Hello,
I switch to devel mailing list, as I am reporting bugs on radsniff utility. Up to now, I have found the following bugs:
1- radsniff crashes on some packets: * non-RADIUS packets
That should be fixed now.
* status-server requests
Haven't tested that yet.
2- radsniff is not able to manage fragmented RADIUS packets (maybe its pcap's fault?). In some cases, my Access-Accept can be quite big (more than 1500 bytes for RADIUS packet length) because they ship lot's of VSA
Hmm... radsniff will have to re-assemble fragments by hand. Ugh.
3- radsniff RADIUS attribute filter desn't work - actually, I can't figure out the correct syntax
It was trying to parse the filters before reading the dictionaries. That's been fixed. Alan DeKok.