aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-06802.11(ad): Enhance dissection of Beacon Interval Control (BIC)Alexis La Goutte1-28/+36
2017-01-06802.11(ad): add reserved fields for Beam FormingAlexis La Goutte1-0/+14
2017-01-06802.11(ad): align length of Beam FormingAlexis La Goutte1-10/+10
2017-01-06802.11(ad): fix typoAlexis La Goutte1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+4
2016-12-25802.11(ad): split Sector Sweep Feedback in 2Alexis La Goutte1-3/+51
2016-12-25802.11(ad): fix typoAlexis La Goutte1-1/+1
2016-12-25802.11(ad): Enhance dissection of Beam RefinementAlexis La Goutte1-57/+50
2016-12-25802.11(ad): Add reserved field for BRP RequestAlexis La Goutte1-0/+7
2016-12-25802.11(ad): fix wrong bitmask for BRP TX AntennaAlexis La Goutte1-1/+1
2016-12-15802.11(ad): fix wrong dissection of Grant FrameAlexis La Goutte1-16/+23
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-5/+5
2016-12-01Check preference titles and descriptions.Gerald Combs1-11/+8
2016-11-25ieee80211: Add Meru (Fortinet) Vendor Specific TLVAlexis La Goutte1-0/+70
2016-11-22ieee80211: Add 20/40 BSS Coexistence IE Parameters (72)Alexis La Goutte1-0/+81
2016-11-20QBSS Load IE: Correct 'Available Admission Capabilities' to 'Available Admiss...Nick Lowe1-1/+1
2016-11-18Don't assume we have a protocol tree.Guy Harris1-5/+7
2016-11-18ieee80211: warn about FT AKM suite mismatchesWill Glynn1-30/+83
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-6/+17
2016-10-20wlan_statistics_dialog: Add number of retryAlexis La Goutte1-0/+1
2016-10-16More wlan_mgt cleanup:Joerg Mayer1-6/+0
2016-10-16Get rid of wlan_mgt. Handle these elements as part of wlan. The separation wa...Joerg Mayer1-1212/+1204
2016-10-07packet-ieee80211.c - fix bug in vht_compressed_beamforming_reportshuai xiao1-1/+1
2016-10-03ieee80211: (Re)Fix EOSP flag dissection for mesh caseMichael Mann1-1/+1
2016-09-25ieee80211: Fix EOSP flag dissection for mesh caseMasashi Honma1-3/+8
2016-08-31ieee80211: Fix the BAR Ack policy valuesChaitanya T K1-2/+2
2016-08-12IEEE 802.11: fix dissection of PLMN Information IEPascal Quantin1-1/+1
2016-08-02Bugfix endian issues with 802.11 FCSDavid McKay1-8/+2
2016-07-29ieee80211: PMKID is incorrectly decoded under RSN Vendor specific IE in EAPOL...Alexis La Goutte1-0/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-2/+7
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-5/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-46/+11
2016-07-11Fix up *some* of the coding style inconsistenciesJoerg Mayer1-605/+713
2016-07-07Clean up fixed field handlingJoerg Mayer1-828/+555
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-20/+21
2016-06-27Remove author comments and some accompanying useless code commentsJoerg Mayer1-61/+3
2016-06-26Decode partial virtual bitmap in TIM IEJoerg Mayer1-11/+31
2016-06-22Add address_to_bytes API.Michael Mann1-2/+2
2016-06-19Calculate and print CWmin and CWmax in addition to ECWmin and ECWmaxJoerg Mayer1-3/+22
2016-06-17Add an expert item to asure that aifsn is at least 2Joerg Mayer1-0/+7
2016-06-14Replace wlan_ignore_wep_ by wlan_ignore_prot_ and WLAN_IGNORE_WEP_ by WLAN_IG...Joerg Mayer1-13/+12
2016-05-22Start dissecting the Mikrotik/Routerboard vendorspecific IEsJoerg Mayer1-0/+82
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer1-8/+30
2016-05-16Create option flag field for dissect_ieee80211_common.Michael Mann1-16/+16
2016-04-14802.11: Display Power Capability (min and max) in Decimal (and Hexa)Alexis La Goutte1-2/+2
2016-03-31ieee80211: fix deep recursionPeter Wu1-12/+48
2016-03-26IEEE802.11: properly decode bss transition response packetsSven Schnelle1-2/+69
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3