IPV6 Display problem

User Agent addresses merge in a big string.
There is some option to fix it?
Hi @Grisolfi
If you already know the expected addresses, you can add aliases in .sngreprc file to replace the IP with a label.
echo set displayalias on >> ~/.sngreprc
echo alias 2406:f00:1:49:1::77 WellKnownProxy >> ~/.sngreprc
It seems the was a logic long time ago (https://github.com/irontec/sngrep/commit/7b53591d3b1464a8bdf15e57698409d969b79ed7) that prefixed two dots on long Ipv6 addresses to only display the rightmost part of the address. It has been lost somehow.
Regards!
Although not a solution, commit above will restore the logic to limit the column title limits.
For IPv6 addresses, this will only print the ending of the address like we decided back in #38
Regards!