Wireshark-commits: [Wireshark-commits] master a7610e8: Sort our column descriptions.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Jun 2018 23:40:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7610e837b47b50bbe9d5b83a9d8115252592ced
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a7610e8 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Sort our column descriptions.
    
    Convert our column descriptions to a value_string and sort it by
    description. This ensures that they are properly sorted in the UI.
    
    Change-Id: I7d699a1c45906b9c42e443fcdcdcb4d8d49deb77
    Reviewed-on: https://code.wireshark.org/review/28492
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d8459d8   packet export: Add default file extension
    adds  a7610e8   Sort our column descriptions.


Summary of changes:
 epan/column.c | 118 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 64 insertions(+), 54 deletions(-)