Re: [RADIATOR] PreClientHook not behaving as expected

2012-02-27 Thread Michael
The PreClientHook is a hook that is run before the packet is unpacked. Caution: At the time this hook is run, integer attributes have not yet been unpacked and decoded, and encrypted attributes have not yet been decrypted. If you need unpacked, decrypted versions of these attributes, consider u

[RADIATOR] PreClientHook not behaving as expected

2012-02-27 Thread Bruno Tiago Rodrigues
This looks like a basic question, but I haven't been able to sort it out. Basically I have a structure of Radiator AuthBy and Handlers set for Accounting and needed to filter out some "special" packets being sent to the server. I've done this with a specific hook, pointed it to a ClientHook claus