Wireshark-commits: [Wireshark-commits] master-2.6 3bdaf7b: Qt: try to sort numeric columns (such as
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Jul 2018 17:49:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3bdaf7bd54c8cf20a331555a0b7e32de6c5e6cba
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

3bdaf7b 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>
    (cherry picked from commit 99ca2f3ed226fa4a250814be39317a4148249b87)
    Reviewed-on: https://code.wireshark.org/review/28700
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  e8c61fb   CoAP: handle per packet data properly
    adds  3bdaf7b   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(-)