Wireshark-commits: [Wireshark-commits] master 645516b: extcap: Sort extcap interfaces alphabeticall

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Jan 2016 11:07:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=645516b0416247e0d7ef207252ce5bef41b8f82a
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

645516b by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap: Sort extcap interfaces alphabetically
    
    The interface list is not sorted at all, leading to
    a very chaotic list. This sorts it alphabetically, as
    well as correct a type in extcap_init_interfaces.
    
    Bug: 11998
    Change-Id: Ib5381a1761e8f07f9ba7996b3e6276da063b3932
    Reviewed-on: https://code.wireshark.org/review/13220
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  00a710a   C symbols need to be in a decorated section when used from C++.
    adds  645516b   extcap: Sort extcap interfaces alphabetically


Summary of changes:
 capchild/capture_sync.c |    2 +-
 extcap.c                |   35 ++++++++++++++++++-----------------
 extcap.h                |    2 +-
 3 files changed, 20 insertions(+), 19 deletions(-)