here is what I am trying to do!
# A string from a radius file
# the string is a bunch of hex values
# Value 1 = # bytes * 16777216
# Value 2 = # bytes * 65536
# Value 1 = # bytes * 256
# Value 1 = # bytes
# Test String is 0x00 0xdd 0xd1 0x98
# this will convert to 14590616
$instring =...
I apologise for asking this question coz I know with enough time I could solve it myself, but I need this project sorted very soon.
The problem I have is to analyse a radius log file, 1 particular field is causing me a lot of grief. The log file is a CSV file, I am reading the file into an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.