aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-25Neighbor report (802.11k) may be have no subelement (len == 13)Alexis La Goutte1-0/+5
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-12(Trivial)Bill Meier1-23/+23
2013-12-09Fix warningsJakub Zawadzki1-3/+0
2013-11-30Make the code testing the Rx MCS Bitmask subfield of the Supported MCSGuy Harris1-17/+54
2013-11-30Tx MCS set is not interpreted properly in WLAN beacon frame. Bug 8894 (https...Michael Mann1-4/+58
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-1/+1
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-21Create new dissectors when a protocol goes across ethernet and "something els...Michael Mann1-9/+21
2013-11-17Fix indent (2 spaces) and remove trailing whitespaceAlexis La Goutte1-44/+44
2013-11-16Don't include <epan/bitswap.h> when not neededJakub Zawadzki1-1/+0
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in packet-ie...Jakub Zawadzki1-1/+5
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-04From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9373Alexis La Goutte1-0/+269