Wireshark-commits: [Wireshark-commits] master 27e4ac8: Add support for split wiphy dump to Wireless
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2014 14:26:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27e4ac85e82b4a672c9f362b26ce8acae4ee7c9d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

27e4ac8 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxx):

    Add support for split wiphy dump to Wireless Toolbar
    
    To populate the Wireless Toolbar menu the NL80211_CMD_GET_WIPHY
    command is used. Some network interfaces must use split wiphy dump
    feature for this command to function properly. One such example is the
    D-Link DWA-160 USB adapter that does not show up when used without.
    
    Make use of split wiphy dump feature whenever kernel supports it
    to populate the list of monitor interfaces for the Wireless Toolbar.
    
    Bug: 10564
    Change-Id: Idc28e92f91a2488fa48eeb282a0ef1e2bd40a5f0
    Reviewed-on: https://code.wireshark.org/review/4611
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  85e7c15   Use proto_tree_add_expert_format instead of proto_tree_add_text
    adds  27e4ac8   Add support for split wiphy dump to Wireless Toolbar


Summary of changes:
 caputils/ws80211_utils.c |  143 ++++++++++++++++++++++++++++++++++++++--------
 caputils/ws80211_utils.h |    1 +
 configure.ac             |    6 ++
 3 files changed, 126 insertions(+), 24 deletions(-)