aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-12From beroset:Anders Broman1-1/+1
2013-03-07Properly pluralize "octet" for the Extended Capabilities tag.Guy Harris1-2/+2
2013-03-04Add 802.11 Tag RSNI IE (65)Alexis La Goutte1-0/+39
2013-03-04From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8432 B...Alexis La Goutte1-1/+1
2013-03-04Add 802.11 Tag Antenna (64)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 Tag BSS Average Access Delay IE (63)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 BSS AC Access Delay IE (68)Alexis La Goutte1-0/+53
2013-03-04Fix typo about BSS AC/AVG Access DelayAlexis La Goutte1-3/+3
2013-03-04Enhance HT Control (proto_tree_add_uint/boolean/* => proto_tree_add_itemAlexis La Goutte1-22/+20
2013-03-04Remove expert_info for unknown/undecode Atheros frame...Alexis La Goutte1-3/+1
2013-03-04From 802.11-2012.pdfAlexis La Goutte1-127/+381
2013-03-04Fix typo about length of BSS Available Admission Capacity IEAlexis La Goutte1-4/+4
2013-03-03Fixed two wrong encoding parameters found by fix-encoding-args.pl and a typo ...Pascal Quantin1-3/+3
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-6/+1
2013-02-25The IEEE may not care what's in an SSID but Pango is much more picky.Gerald Combs1-7/+23
2013-02-24From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8368Alexis La Goutte1-68/+68
2013-02-24Fix AP / Sta CF Pollable value_string (the value is shifted !)Alexis La Goutte1-15/+16
2013-02-24Remove some "duplicate" TFS in 802.11 field capability Add in use / not in us...Alexis La Goutte1-56/+12
2013-02-23From 802.11k-2008 : Amendment 1: Radio Resource Measurement of Wireless LANs ...Alexis La Goutte1-0/+8
2013-02-23Replace by proto_tree_add_item and use FT_NONE type for fixed parametersAlexis La Goutte1-5/+3
2013-02-22Enhance dissection of A-MSDU Frame (Make length filterable...)Alexis La Goutte1-11/+15
2013-02-22Add 802.11 BSS Available Admission Capacity (67)Alexis La Goutte1-0/+247