aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19Try to fix Mac OS X BuildbotAlexis La Goutte1-3/+3
2014-03-19Fix warning/error found by CheckAPIAlexis La Goutte1-8/+8
2014-03-19Try to make Mac OS X buildbot HappyAlexis La Goutte1-4/+5
2014-03-19Support for IEEE 802.11adMoraney Jalil1-158/+3755
2014-03-17Fix some typo on 802.11 dissectorAlexis La Goutte1-11/+23
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25802.11 : Add channel number custom (to display info when report channel numbe...Alexis La Goutte1-13/+26
2014-02-25802.11: Regulatory Class => Operating Class (changed in 802.11-2012)Alexis La Goutte1-59/+59
2014-02-25Remove trailing whitespace.Bill Meier1-4/+4
2014-02-25Fix packet-ieee80211.c:13115:7: error: will never be executed [-Werror,-Wunre...Alexis La Goutte1-1/+0