Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4030] New: Statistics -> Endpoints sorting issues.

Date: Fri, 18 Sep 2009 22:37:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4030

           Summary: Statistics -> Endpoints sorting issues.
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: christopher.maynard@xxxxxxxxx


Build Information:
SVN 29986
--
Sorting columns under Statistics -> Endpoints -> IPv4 has the following 2
issues:

1) When selecting a column, numeric columns, such as TxBytes, RxBytes, etc.,
sort high to low rather than low to high, and text columns, such as the GEO IP
columns, sort in reverse alphabetical order.  So, in order to get the more
intuitive low to high or alphabetical order sort, you need to click the column
twice.

2) The Longitude column does not sort correctly.  Here is an example of a
supposedly high to low sort of the Longitude column:

    -97.713898
    -71.667702
    -122.007401

The sort should be either this, assuming absolute value is used to determine
sort order:
    -122.007401
    -97.713898
    -71.667702

... or this, assuming true numeric sort order:
    -71.667702
    -97.713898
    -122.007401


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.