Wireshark-bugs: [Wireshark-bugs] [Bug 4030] Statistics -> Endpoints sorting issues.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4030
didier gautheron <dgautheron@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dgautheron@xxxxxxxx
--- Comment #5 from didier gautheron <dgautheron@xxxxxxxx> 2010-02-17 21:18:59 PST ---
> ... which to me appears as if the sort is looking at the 1st digit as ASCII,
> i.e., 0 (0x30), 1 (0x31), 7 (0x37), 9 (0x39), instead of as numeric.
>
> When I recover my drive, I will try retesting with the very latest SVN version,
> but maybe this is enough information to go by? It's a rather easy problem to
> reproduce - just need to install the GeoIP databases (see
> http://wiki.wireshark.org/HowToUseGeoIP) then ping around the world. I will
> attach a small capture file with the above longitudes ...
>
It's still broken with today HEAD (svn31912).
With geoip_db_type() we can find which fields are numerics.
It looks like name aren't UTF8 too.
> (BTW, Latitudes are also sorted wrong as the coming capture file will show.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.