Wireshark-commits: [Wireshark-commits] master 3f5ae07: ieee80211: Add back the ability to select on

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Mar 2018 04:30:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f5ae07a60aed48dcc176920b06c2d0cf49460b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3f5ae07 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee80211: Add back the ability to select on PLMN total values.
    
    In previous versions of Wirkshark it was possible to filter on the PLMN
    value in total because the sub-fields were not broken out. This restores
    that capability for those who depended on it (WFA, I'm looking at you.)
    
    That is, a filter like:
    
       wlan.fixed.anqp.3gpp_cellular_info.plmn_info == 0x206013
    
    would work but it does not currently work. This restores that filter.
    
    Change-Id: I2eb6eb7f47fb0246effaea0412a3d6ffcbcd61aa
    Reviewed-on: https://code.wireshark.org/review/26645
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  48617df   f5ethtrailer: fix memleak and fix tap registration
    adds  3f5ae07   ieee80211: Add back the ability to select on PLMN total values.


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)