Guys,
thanks for that! I think I must have mistyped in excel somewhere I just did the calculation again and got the answer you did. :~/
Once again thanks for your help
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 =...
Thanks for that justice41, I have done a little further digging since I posted the original request, the problem turned out to be the way split was handling multiple seperators, there were in fact two spaces between each field, I substituted one space for each of the double spaces before...
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.