Wireshark-commits: [Wireshark-commits] master 99ca2f3: Qt: try to sort numeric columns (such as por

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Jul 2018 06:47:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99ca2f3ed226fa4a250814be39317a4148249b87
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

99ca2f3 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: try to sort numeric columns (such as ports) as number
    
    Ensure that columns with numbers are sorted according to their numeric
    value instead of their alphabetical order.
    
    Bug: 11460
    Change-Id: I6ccfb9d3699c7e95de4ed31eb9424c5687661593
    Reviewed-on: https://code.wireshark.org/review/28652
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dac91db   mptcp: Correctly find mappings and reinjections
    adds  99ca2f3   Qt: try to sort numeric columns (such as ports) as number


Summary of changes:
 ui/qt/models/packet_list_model.cpp | 70 ++++++++++++++++++++++++++------------
 1 file changed, 49 insertions(+), 21 deletions(-)