aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-27Treat IE 173 (symbol proprietary) like we treat the vendor IEJörg Mayer1-0/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-6/+6
2013-10-23Remove trailing spaces from hf name values (to satisfy checkAPIs).Jeff Morriss1-5/+5
2013-10-23The interpretation of Max Power Constraint in VHT TPE is incorrect. Bug 8939...Michael Mann1-7/+20
2013-10-06Add IEEE802.11ac VHT NDP announcement dissection. Bug 9224 (https://bugs.wir...Michael Mann1-0/+122
2013-09-22emem -> wmem conversion:Pascal Quantin1-7/+7
2013-09-19From Chun-Yeow via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9163 A...Alexis La Goutte1-1/+11
2013-09-15Remove unused variables, fix typos.Evan Huus1-2/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+8
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-86/+86
2013-09-03Similar to the IPv4 dissector's hf_ip_dst_host, hf_ip_src_host and hf_ip_host...Chris Maynard1-5/+193
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-08-28Slightly improve the decoding of unknown Aironet IEsJörg Mayer1-2/+9
2013-08-28As reported by Ben Smith (thex1le@gmail.com) on #wireshark:Jörg Mayer1-1/+13