aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-30genl: Always call subdissectorIdo Schimmel1-0/+4
2019-03-09nl80211: Parse some signal level attributes as signed valueMikael Kanstrup1-0/+15
2019-03-09nl80211: Fix HT/VHT capability attribute parsingMikael Kanstrup1-3/+22
2019-03-09nl80211: Parse FRAME attribute using 802.11 dissectorMikael Kanstrup1-0/+14
2019-03-09nl80211: Dissect wiphy name and alpha2 attributes as stringsMikael Kanstrup1-0/+12
2019-03-09nl80211: Let generic attribute parser handle 64 bit valuesMikael Kanstrup1-0/+7
2018-12-02nl80211: dissect the mac attribute as addressMartin Kaiser1-0/+6
2018-11-27nl80211: display interface name as a stringMartin Kaiser1-0/+6
2018-11-27nl80211: update fields to Linux v4.20-rc4Peter Wu1-2/+12
2018-09-20netlink-*: fix various VALS/TFS misusePeter Wu1-61/+61
2018-09-03nl80211: Generate fields needed for updated dissectorMikael Kanstrup1-0/+1779
2018-09-03nl80211: Dissect further attributesMikael Kanstrup1-35/+342
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-05netlink (nl80211) fix no previous prototype for ‘proto_register_netlink_nl8...Alexis La Goutte1-0/+3
2017-04-17Initial support for Linux 802.11 Netlink (nl80211) dissectionPeter Wu1-0/+925