Wireshark-commits: [Wireshark-commits] master 5d0bff5: ieee80211: Separate WFA vendor specific elem
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d0bff5c408f0202d0bfabe832421b10bac01bcf
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5d0bff5 by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):
ieee80211: Separate WFA vendor specific element and ANQP subtypes
Subtypes (refers to 'OUI type' in most specs) found in Wi-Fi alliance
vendor specific Element and vendor specific ANQP are not part of
single enum so treat them separately.
Also move the 'ANQP' in the macro prefix to allow more consistent
naming when more WFA ANQP are added.
Bug: 16494
Change-Id: I20b187a32230c623eaf1e6ff9f689c8376bb4b5b
Reviewed-on: https://code.wireshark.org/review/36865
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4cdf2a2 ieee80211: Dissect MBO attributes of WFA MBO-OCE element
add 5d0bff5 ieee80211: Separate WFA vendor specific element and ANQP subtypes
Summary of changes:
epan/dissectors/packet-ieee80211.c | 14 +++++++++-----
epan/dissectors/packet-ieee80211.h | 6 ++++--
2 files changed, 13 insertions(+), 7 deletions(-)