aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-07Move #define OUI include in ieee80211 dissector to epan/oui.h Add Modelines t...Alexis La Goutte1-20/+10
2013-04-07Enhance 802.11 Vendor Specific IE * Remove hf_ieee80211_tag_interpretation...Alexis La Goutte1-12/+20
2013-04-07Enhance 802.11(n) Vendor Specific IE HT * Remove hf_ieee80211_tag_interpretat...Alexis La Goutte1-19/+40
2013-04-01Typo's. That is all.Jaap Keuter1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-27From Johannes Berg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Alexis La Goutte1-0/+3
2013-03-26Fix two errors in ieee80211_status_code - one out-of-order entry and oneGuy Harris1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-16/+12
2013-03-19From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8497Alexis La Goutte1-0/+146
2013-03-17Enhance 802.11 FCS check - Replace proto_tree_add_* by proto_tree_add_item - ...Alexis La Goutte1-8/+5
2013-03-17Enhance 802.11 Qos Control dissection - Replace proto_tree_add_* by proto_tre...Alexis La Goutte1-109/+73
2013-03-17Enhance 802.11 Frame control dissection - Replace proto_tree_add_* by proto_t...Alexis La Goutte1-44/+43
2013-03-17Enhance Vendor RSN IE - Remove hf_ieee80211_tag_interpretation... - Replace p...Alexis La Goutte1-21/+28
2013-03-17Add 802.11 Tag RM Enabled Capabilities (70)Alexis La Goutte1-0/+258
2013-03-17From beroset:Anders Broman1-17/+17
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-6/+0
2013-03-13From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8354 A...Alexis La Goutte1-4/+242