14 Sep
2005
14 Sep
'05
11:49 a.m.
"Iandc Davies" <Iandc.Davies@Marconi.com>wrote:
My reason for this question is that I'm trying to rationalise an example I've got. I.e. how do you get 164
Please read the RFC's, and src/lib/radius.c, function rad_send().
Attributes: NAS-IP-Address =d5 89 45 26 4
No. It's 6.
NAS-PORT-TYPE =5 (virtual) 1
No, that's also 6. The attributes are packed into the packet with per-attribute headers and lengths. Run "ethereal" on some RADIUS traffic to see for yourself. Alan DeKok.