pylorak / TinyWall

TinyWall is a free, non-intrusive, secure-by-default firewall for Windows.
GNU General Public License v3.0
294 stars 47 forks source link

Connections window shows IPv6 addresses backwards #13

Open saukkko opened 1 year ago

saukkko commented 1 year ago

Hi, there's an issue how the connections window display the IPv6 addresses. They're all half-backwards and when combined with leading zero truncation, they can also look very confusing.

For example, with link-local address of fe80::e9df:7c76:13d1:3114 TinyWall displays 1431:d113:767c:dfe9::80fe.

"Link-local IPv6 Address"


Same thing happens with remote addresses. For example, Google Public DNS Server IPv6 addresses are 2001:4860:4860::8888 and 2001:4860:4860::8844, but we see 8888::6048:6048:120 instead

"Google Public DNS"

Not a deal breaker or anything but somewhat annoying and renders the "Copy remote address" function useless.