aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris1-160/+0
2015-06-30Set the PHY value when providing our own metadata structure.Guy Harris1-0/+6
2015-06-27Handle the VHT flavor of the HT Control field.Guy Harris1-57/+266
2015-06-27Handle a "should not happen" case, to squelch compiler warnings.Guy Harris1-0/+4
2015-06-27Use the PHY type in the radio information to recognize HT packets.Guy Harris1-23/+33
2015-06-22IEEE 802.11: add an expert info when tag length value is bigger than remainin...Pascal Quantin1-0/+4
2015-06-22ieee80211: fix memleakPeter Wu1-1/+5
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-61/+65
2015-06-18Pass the 802.11 pseudo-header as an argument.Guy Harris1-33/+47
2015-06-06IEEE 802.11: Add a option for disable FCS checkAlexis La Goutte1-11/+21
2015-05-21802.11: Remove duplicate RIC Descriptor displayAlexis La Goutte1-2/+2
2015-05-11Get rid of now-empty and unneeded structure.Guy Harris1-5/+1
2015-05-11Pull the MIMO control code into the beamforming report code.Guy Harris1-63/+46
2015-05-10Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin1-1/+1
2015-05-09Fix some more constants to be unsigned.Guy Harris1-4/+4
2015-05-08Fix indentation.Guy Harris1-7/+7
2015-05-08IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol1-6/+45
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-6/+9
2015-04-18802.11 fix unchecked return value (CID 1293628)Alexis La Goutte1-1/+3
2015-04-09802.11: use switch for Aruba typeAlexis La Goutte1-9/+7
2015-04-09802.11: don't return when Wrong Tag LengthAlexis La Goutte1-9/+9
2015-04-08[IEEE 802.11] fix two potential endless loopsMartin Kaiser1-0/+4
2015-04-08802.11: Not showing all 11k subelement fieldsAlexis La Goutte1-1/+55
2015-04-07ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix disse...Bill Meier1-3/+4
2015-04-07802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-0/+1
2015-04-03802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-1/+132
2015-04-03802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-0/+30
2015-04-02802.11: EAPOL 4-way handshake information wrongAlexis La Goutte1-3/+8
2015-03-14802.11: Fix MAC header Address mappingCedric Izoard1-56/+64
2015-03-03Add tvb_get_ether_nameMichael Mann1-211/+78
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann1-4/+2
2015-02-19Add name resolution support to address type.Michael Mann1-2/+4
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-30/+37
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-34/+34
2015-02-17802.11: fix no previous prototype for 'wlan_col_filter_str' & 'wlan_bssid_col...Alexis La Goutte1-9/+9
2015-02-16[80211ac] Change VHT MIMO Control to use add_bitmaskAnish Bhatt1-27/+18
2015-02-16[80211ac] Add partial beamforming supportAnish Bhatt1-5/+260
2015-02-09Add fixed length function for address types.Michael Mann1-2/+2
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-6/+28
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-15/+28
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann1-1/+1
2015-01-23802.11: Fix encoding for VHT NDP STA InfoAlexis La Goutte1-4/+4
2015-01-16Remove the last two true calls to se_alloc.Michael Mann1-10/+9
2015-01-15CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-6/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman1-1/+1
2015-01-08ieee80211: initialize bssid for data framesEvan Huus1-3/+7
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1