Help with extending logging ...

2008-12-19 Thread al pat
Hi, I am trying to parse accounting logs of cablelabs format. Some of the attributes are octet strings which in itself contain detailed information that is printed as a octet string by freeradius. e.g.: CableLabs-Event-Message = 0x484153482830783833326632306329

Re: Help with extending logging ...

2008-12-19 Thread al pat
Hi Folks, Trying to look at the problem in another way. I am inclined to think that I may have to write a module to parse the octet string and populate the attributes into the AVP list. Assuming that this is feasible, I would like to parse before the logging happens (via the detail module). To

Re: Help with extending logging ...

2008-12-19 Thread tnt
I am inclined to think that I may have to write a module to parse the octet string and populate the attributes into the AVP list. Assuming that this is feasible, I would like to parse before the logging happens (via the detail module). Run perl before detail. Put new attributes on the $RAD_REPLY

Re: Help with extending logging ...

2008-12-19 Thread al pat
Hmm, but RAD_REPLY is the list that goes back, no? I have perl before detail. -a On Fri, Dec 19, 2008 at 12:17 PM, t...@kalik.net wrote: I am inclined to think that I may have to write a module to parse the octet string and populate the attributes into the AVP list. Assuming that this is

Re: Help with extending logging ...

2008-12-19 Thread tnt
Yes, sorry $RAD_REQUEST. Accounting request is logged in detail. Ivan Kalik Kalik Informatika ISP Dana 19/12/2008, al pat alps@gmail.com piše: Hmm, but RAD_REPLY is the list that goes back, no? I have perl before detail. -a On Fri, Dec 19, 2008 at 12:17 PM, t...@kalik.net wrote: I am