Somehow the int_to_ipv4 seems not to work. Can anyone confirm this behavior?
code to reproduce:
logparser -o:tsv -stats:off "select ipv4_to_int('192.168.0.1') from C:\dummy.txt"
will give the nuber
logparser -o:tsv -stats:off "select int_to_ipv4(3232235521) from C:\dummy.txt"
will give nothing
thx