aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-2/+10
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-20802.11: VHT NDP announcement frame is no correctly decode when there is FCSAlexis La Goutte1-22/+28
2014-12-08802.11: Add ieee80211_supported_rates_vals_ext to be exportedAlexis La Goutte1-1/+1
2014-11-29ieee80211; Rename some hf[] display filter names to fix dups and for clarity.Bill Meier1-21/+21
2014-11-18802.11: Remove proto_tree_add_textAlexis La Goutte1-21/+70
2014-11-17802.11: Enhance Supported Operating ClassesAlexis La Goutte1-7/+3
2014-11-17802.11: Enhance Extenede Channel Switch AnnouncementAlexis La Goutte1-10/+1
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-1/+5
2014-11-05Show the bit-encoding into the (shared) 2-Byte value forJoerg Mayer1-13/+12
2014-09-09Fix some spelling & grammar.Bill Meier1-4/+4
2014-09-03ieee802.11: Add VHT Action (802.11ac)Alexis La Goutte1-0/+250
2014-08-29802.11: rename Control Frame Extension field to match the specPascal Quantin1-2/+2
2014-08-2711ac decode update for IE196 Channel Switch Wrapper.Luke Chou1-19/+25
2014-08-20Use dissect_e212_imsi() to dissect IMSI.AndersBroman1-0/+1
2014-08-20Use dissect_e212_mcc_mnc_wmem_packet_str() to dissect PLMN(id).AndersBroman1-23/+8
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+25
2014-08-18Sort the elements of ett[] to match the definitions, and add a missing entry.Guy Harris1-41/+66
2014-08-13802.11 : 11ac decode update , base on IEEE-11ac-2013Luke Chou1-1/+261
2014-08-09802.11 BA sequence number decode is brokenMarkPhillips1-1/+1
2014-08-08Use crc32_ccitt_tvb_offset_seed().Guy Harris1-1/+1
2014-08-05Do various minor dissector changes:Bill Meier1-1/+1
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+29
2014-07-25Fixing a bug in add_ff_action_public_fields(), by removing the start argument...moraney.jalil1-3/+5
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+2
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-89/+54
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-7/+7
2014-06-11Fix bit fields definition in the "DMG Capability" IEVladimir Kondratiev1-107/+112
2014-06-09IEEE 80211: fix dissection of HT CapabilitiesPascal Quantin1-36/+33
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-31We need a "wlan_datapad" dissector as well.Guy Harris1-6/+18
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-13/+47
2014-05-26Make packet-ieee80211.c a tiny bit less unreadable.Joerg Mayer1-10/+10
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-2/+2
2014-05-21Print the values in the BSS Load Element in human readable format as well.Joerg Mayer1-8/+14
2014-05-20Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-05-18- Modify Cisco Compatible Extentions MFP dissectionJoerg Mayer1-8/+28
2014-05-17Add SAE authentication algorithm in 802.11Chun-Yeow Yeoh1-0/+1
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+1
2014-03-25Comment cleanups.Guy Harris1-3/+3
2014-03-25IEEE 802.11i is dead; long live IEEE 802.11-2012.Guy Harris1-98/+106
2014-03-23Add a dissector table for EAPOL Key Descriptor types.Guy Harris1-1/+334
2014-03-23Clean up white space.Guy Harris1-3/+5
2014-03-22Fix Bug 9909 Buildbot crash correctlyHadriel Kaplan1-6/+2
2014-03-21Enhance Neighbor reportAlexis La Goutte1-129/+187
2014-03-21Fix bug 9909 Buildbot crash - but only to stop the crashingHadriel Kaplan1-1/+7