I have to analyse an exported log file from fw1. I did not export them by
myself. The problem is that almost all IP addresses (SRCIP, DSTIP) have been
transformed in binairy during the exportation. I could solve this problem in
exporting the value in hexa mode then dividing the result in four groups of
two values and exporting those four values in binary. I think I could manage
to solve this problem creating a macro (I have more than 600.000 logs lines
to analyse).
I would like to know :
1. Does someone of you, girls and boys, have already had this problem ?
2. If yes, how did you solve it at log export time (since I will have to
analyse the logs on monthly basis) ?
Also if you have a better solution than the macro to transform the value I
currently have...
Thanks for all.
Laurent