Hi Folks,
Hi,I am trying to parse accounting logs of cablelabs format. Some of the attributes are octet strings which in itself containdetailed information that is printed as a octet string by freeradius.e.g.:CableLabs-Event-Message = 0x484153482830783833326632306329
CableLabs-Related-Call-Billing-Crl-ID += 0x494b8dc32020202020202032302b3
0303030303000000040
CableLabs-Related-Call-Billing-Crl-ID += 0x494b8dc32020202020202032302b3
030303030300000003f
Acct-Session-Id = "IK\215\303 20+000000\000\000\000?"
..... other avps' ...
With help of members on this list, I have been able to write a perl module to parse these octet strings, but am not ableto log them in proper place.I need to log all the standard attributes (typically logged in .../Client-IP-Addr/detail-<date> file) as well as these extraparsed attributes in one place. These are all in the accounting messages - need to achieve a consolidated log foraccounting messages - does not matter in which file it is.How to achieve that?Do I need to make a code change - if so where?Do I need to make a change to the config files - if so which?Do I need to use a specific log mechanism in the perl module - if so what?Any other input/guidance to help achieve that?Thank You-a