aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-07From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6093Alexis La Goutte1-92/+77
2011-07-04From Michael Mann:Anders Broman1-34/+12
2011-06-16Enhance Cisco CCX1 CKIP Information Element (133)Alexis La Goutte1-17/+31
2011-06-15From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6022Alexis La Goutte1-52/+41
2011-06-03From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830Alexis La Goutte1-1/+1
2011-05-31From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830Alexis La Goutte1-41/+136
2011-05-31REmove the check for HAVE_AIRPDCAPAnders Broman1-233/+0
2011-05-31Enhance Vendor Specific IE (227) Alexis La Goutte1-241/+658
2011-05-30From Michael Mann:Anders Broman1-160/+187
2011-05-29Add some comments about RSN IEAlexis La Goutte1-10/+13
2011-05-29Don't return offset when it is the end of Extended Capability IE (Only use br...Alexis La Goutte1-10/+10
2011-05-29Fix a wrong length when there is unknown Atheros IE DataAlexis La Goutte1-1/+1
2011-05-25From tschardt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949Alexis La Goutte1-0/+2
2011-05-237.3.2.25 or 802.11-2007 gives an example of length 20, so it is unclear where...Jörg Mayer1-2/+2
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-3/+5
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-13/+7
2011-05-18Per destination flags is a 1-byte field. Grab it with tvb_get_guint8(), notChris Maynard1-1/+1
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-2/+2
2011-05-06 VALS(& -> VALS(Anders Broman1-16/+16
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anGuy Harris1-0/+7
2011-04-21Remove some uneeded #includes;Bill Meier1-70/+64
2011-04-17Add QoS Capability element (46) and Extended Supported Rates element (50) Alexis La Goutte1-99/+141
2011-04-13Add Tag Quiet (40) and IBSS DFS (41)Alexis La Goutte1-39/+172
2011-04-13+ Fix bug listed in CID 1182:Jörg Mayer1-165/+164
2011-04-08Enhance Vendor Specific Atheros IE Alexis La Goutte1-67/+100
2011-04-07Enhance Tag Measurement Request & ReportAlexis La Goutte1-512/+689
2011-04-06Enhancement bug #5796: Add Atheros vendor specific 802.11 IE parsingStephen Fisher1-0/+217
2011-03-23remove a conditional that can never be trueRonnie Sahlberg1-4/+0
2011-03-07From Alexis La Goutte:Anders Broman1-64/+166
2011-03-04From Alexis La Goutte:Anders Broman1-156/+306
2011-03-02Fix Error: Found non-ASCII characters in packet-ieee80211.cAnders Broman1-1/+1
2011-03-02From Alexis La Goutte:Anders Broman1-112/+141
2011-02-20From Alexis La Goutte:Anders Broman1-229/+320
2011-02-16Change protocol column from "IEEE 802.11" to "802.11" so it fits inStephen Fisher1-1/+1
2011-02-10From Alexis La Goutte:Anders Broman1-102/+179
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-15/+14
2011-02-07From Alexis La Goutte:Anders Broman1-115/+352
2011-02-06From Alexis La Goutte:Anders Broman1-539/+378
2011-02-04Get rid of check_col().Anders Broman1-64/+30
2011-02-04From Alexis La Goutte:Anders Broman1-34/+34
2011-02-04From Alexis La Goutte:Anders Broman1-502/+502
2011-02-03From Alexis La Goutte:Anders Broman1-201/+200
2011-02-02From Alexis La Goutte:Anders Broman1-207/+206
2011-02-02From Alexis La Goutte:Anders Broman1-22/+26
2011-02-02From Alexis La Goutte:Anders Broman1-135/+139
2011-02-02From Alexis La Goutte:Anders Broman1-31/+10
2011-02-02From Alexis La Goutte:Anders Broman1-20/+27
2011-01-31Change a bunch of value and tfs strings to not be prefixed by hf_ but ieee802...Anders Broman1-53/+43
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-30From Alexis La Goutte:Anders Broman1-26/+33