Wireshark-commits: [Wireshark-commits] master 74c4358: Split ws80211_get_phys callback handler
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Oct 2014 19:19:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74c4358740691d80adb223724410f52f0ffcda0f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

74c4358 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxx):

    Split ws80211_get_phys callback handler
    
    Split up the ws80211_get_phys parser callback handler function into
    separate functions for each attribute parsed. This is done in
    preparation for supporting split wiphy dump feature where the function
    logics will need modications.
    
    Change-Id: Ic0b497fc628f0e7453cd62eb8199f17f9a308a7f
    Reviewed-on: https://code.wireshark.org/review/4610
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ab7f9aa   BER: Code cleanup in call functions
    adds  74c4358   Split ws80211_get_phys callback handler


Summary of changes:
 caputils/ws80211_utils.c |  163 +++++++++++++++++++++++++++++-----------------
 1 file changed, 103 insertions(+), 60 deletions(-)