Sorting by IP address

If I sort by IP address on the Network tab, why are the IP addresses shown in this strange order? It looks like the separate octets of the IP addresses are not being taken into account at all.

@harkonnen

What version of GlassWire are you using? Please check the top left GlassWire menu and choose “About”.

The latest one.
Version 1.2.100

Reported to the team, thanks!

Last year’s sort fix was clearly bodged because it made the sort worse because it only sorts correctly on the fourth byte/octet. It now looks like it sorts the bytes/octets in reverse order, 4,3,2,1 rather than 1,2,3,4. Laughing :laughing: so hard I nearly fell of my chair. :head_bandage:

This time the programmer should test that the sort works correctly when there are different values in any or all of the bytes/octets.