I am using a command of TCPTRACE to get flow information from a PCAP file generated by tcpdump, so here is the command I use:
tcptrace -l -u -n -W PCAPlog
but my problem is that I get this addresses: fe80::dd84:b89d:015c:c42a (for example) instead of IP address in some lines, but I want only IP addresses in my output, how can I change that??