aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-27From Chun-Yeow:Anders Broman1-1/+60
2013-08-26Make all expert info filterable. Display filter names may need review, but a...Michael Mann1-114/+149
2013-08-24Use the correct length field when tagging the SSID. Fixes the first valgrindEvan Huus1-3/+4
2013-08-21FromChun-Yeow via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9059Alexis La Goutte1-1/+79
2013-08-13From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9038Alexis La Goutte1-1/+1
2013-07-31Don't use emem or wmem in base_custom functions, just use a buffer on the stack,Evan Huus1-14/+7
2013-07-31Revert one tiny bit of r51043 where UAT code got wmemed by accident.Evan Huus1-1/+1
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-18/+18
2013-07-26From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=89...Alexis La Goutte1-1/+156
2013-07-22Beginnings of Nintendo StreetProtocol supportJörg Mayer1-1/+127
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2
2013-06-23From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8837 A...Alexis La Goutte1-6/+121
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte1-1/+0
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte1-0/+5
2013-05-04Fix errors found by fix-encoding-args toolsAlexis La Goutte1-2/+2
2013-05-02Dissect SSID List element.Michael Mann1-1/+39
2013-05-02Remove global variable g_pinfo.Michael Mann1-382/+378
2013-05-02IEEE802.11 improvements:Michael Mann1-10/+724
2013-05-02Add BSS Max Idle Period, WNM-Sleep Mode.Michael Mann1-7/+256
2013-04-22Add dissection of Aruba Networks Vendor Specific stuff. With ArubaOS 6.2, the...Alexis La Goutte1-0/+61
2013-04-19Don't use ENC_NA for integer fields longer than 1 byte; useGuy Harris1-11/+11
2013-04-19Small cosmetic fixes to CCX decodingJörg Mayer1-10/+18
2013-04-07From report of Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-11/+11