URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5442b51267222c5783b9c70c71d11c171e724119
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5442b51 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):
nl80211: Dissect further attributes
Add code to dissect:
- Top level nested attributes
- Top level nested array attributes
- Top level attributes with enum fields
- nl80211_band_attr sub attribute
- nl80211_bss sub attribute
- nl80211_sta_info sub attribute
- Attributes containing 802.11 information elements
Also update tools/generate-nl80211-fields.py to generate further
code blocks.
NOTE: This commit will not build alone as it does not contain the
generated definitions needed.
Depends-On: Ibd8c296c4a3d2f880f359f075271b89625367898
Change-Id: I23b87f41c6230d3fc1eb0f6b050b0d5209a9dd5c
Reviewed-on: https://code.wireshark.org/review/29317
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b628220 AT: Add CSCS command
add 5442b51 nl80211: Dissect further attributes
Summary of changes:
epan/dissectors/packet-netlink-nl80211.c | 377 ++++++++++++++++++++++++++++---
tools/generate-nl80211-fields.py | 262 +++++++++++++++------
2 files changed, 539 insertions(+), 100 deletions(-)